[PATCH] D138651: [CUDA][HIP] Don't diagnose use for __bf16

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 09:44:55 PST 2022


tra added inline comments.


================
Comment at: clang/test/SemaCUDA/amdgpu-bf16.cu:9
+
+__device__ void devicefn() {
+}
----------------
We should probably also have a case verifying that actual attempt to use `__bf16` in device code is still diagnosed. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138651/new/

https://reviews.llvm.org/D138651



More information about the cfe-commits mailing list