[flang-commits] [flang] [flang][cuda] Additional update to ExternalNameConversion (PR #119276)
Renaud Kauffmann via flang-commits
flang-commits at lists.llvm.org
Mon Dec 9 15:59:31 PST 2024
================
@@ -1,13 +1,25 @@
// RUN: fir-opt --split-input-file --external-name-interop %s | FileCheck %s
+module @mod attributes {gpu.container_module} {
+
gpu.module @cuda_device_mod {
- gpu.func @_QPfoo() {
+ gpu.func @_QPfoo() kernel {
----------------
Renaud-K wrote:
Is there a type in the filename ?
https://github.com/llvm/llvm-project/pull/119276
More information about the flang-commits
mailing list