[llvm] [clang] [mlir] [clang-tools-extra] [MLIR] Enable GPU Dialect to SYCL runtime integration (PR #71430)
Fabian Mora via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 13 16:48:02 PST 2023
================
@@ -4,6 +4,7 @@
module attributes {gpu.container_module} {
// CHECK: [[ARGS_TY:%.*]] = type { i32, i32 }
// CHECK: @kernel_module_bin_cst = internal constant [4 x i8] c"BLOB", align 8
+ // CHECK: @kernel_module_bin_size_cst = internal constant i64 4, align 8
----------------
fabianmcg wrote:
Please update the tests with the new changes.
https://github.com/llvm/llvm-project/pull/71430
More information about the cfe-commits
mailing list