Diff Detail
Diff Detail
Event Timeline
Comment Actions
Should have updated https://clang.llvm.org/docs/LanguageExtensions.html#half-precision-floating-point "_Float16 is currently only supported on the following targets, with further targets pending ABI standardization: ..."
| test/CodeGenCXX/amdgpu-float16.cpp | ||
|---|---|---|
| 7 | I thought clang tests were supposed to stop at the IR | |
Comment Actions
will update the doc
| test/CodeGenCXX/amdgpu-float16.cpp | ||
|---|---|---|
| 7 | If you 'grep -- '-S ' clang/test/CodeGen/* | grep -v emit-llvm | grep clang', there are plenty of clang codegen tests checks assembly code. In this test we want to make sure f16 instructions are emitted for specific GPUs. | |
I thought clang tests were supposed to stop at the IR