[clang] [HLSL][SPIRV] Add convergence tokens to entry point wrapper (PR #112757)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 22:17:50 PDT 2024
================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -triple spirv-pc-vulkan-compute -finclude-default-header -fnative-half-type -disable-llvm-passes -emit-llvm -o - %s | FileCheck %s
----------------
farzonl wrote:
This test doesn't do anything with `native half types why do you need the `-fnative-half-type` flag?
https://github.com/llvm/llvm-project/pull/112757
More information about the cfe-commits
mailing list