bgmv_fp32_fp16_bf16.cu 194 B

12345
  1. #include "bgmv_config.h"
  2. #include "bgmv_impl.cuh"
  3. FOR_BGMV_WIDE_NARROW(INST_BGMV_TWOSIDE, float, nv_half, nv_bfloat16)
  4. FOR_INST_BGMV_WIDE_NARROW(INST_BGMV_ONESIDE, float, nv_half, nv_bfloat16)