[flang-commits] [libc] [clang-tools-extra] [flang] [clang] [llvm] [compiler-rt] [libcxx] [lld] [mlir] [lldb] [MLIR] Enable GPU Dialect to SYCL runtime integration (PR #71430)
Mehdi Amini via flang-commits
flang-commits at lists.llvm.org
Thu Nov 16 21:37:44 PST 2023
================
@@ -61,6 +63,7 @@ registerAllGPUToLLVMIRTranslations(DialectRegistry ®istry) {
registerLLVMDialectTranslation(registry);
registerNVVMDialectTranslation(registry);
registerROCDLDialectTranslation(registry);
+ registerSPIRVDialectTranslation(registry);
----------------
joker-eph wrote:
Trying to understand...
What is the unit test that requires this?
https://github.com/llvm/llvm-project/pull/71430
More information about the flang-commits
mailing list