Open jinz2014 opened 1 month ago
BF16 is not added in https://github.com/intel/llvm/blob/sycl/sycl/include/sycl/ext/oneapi/experimental/cuda/builtins.hpp
The error message is "no matching function for call to 'ldg'"
No response
Thanks, do you have an example cuda application that uses __ldg for bf16?
__ldg
Please see https://github.com/zjin-lcf/HeCBench/blob/master/src/addBiasResidualLayerNorm-sycl/
cc @npmiller
Describe the bug
BF16 is not added in https://github.com/intel/llvm/blob/sycl/sycl/include/sycl/ext/oneapi/experimental/cuda/builtins.hpp
To reproduce
The error message is "no matching function for call to 'ldg'"
Environment
No response
Additional context
No response