[libcxx-commits] [libc] [clang-tools-extra] [mlir] [compiler-rt] [lld] [libcxx] [clang] [flang] [lldb] [llvm] [MLIR] Enable GPU Dialect to SYCL runtime integration (PR #71430)
Mehdi Amini via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 17 22:35:21 PST 2023
================
@@ -61,6 +63,7 @@ registerAllGPUToLLVMIRTranslations(DialectRegistry ®istry) {
registerLLVMDialectTranslation(registry);
registerNVVMDialectTranslation(registry);
registerROCDLDialectTranslation(registry);
+ registerSPIRVDialectTranslation(registry);
----------------
joker-eph wrote:
Which muir-translate test requires that? I don't find it by skimming the patch.
https://github.com/llvm/llvm-project/pull/71430
More information about the libcxx-commits
mailing list