Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
道歉 - 我是 AleaGPU 的新手。我有一个函数,我希望能够从几个不同的内核调用。是否可以在设备上放置一个可以从不同内核调用的函数 - 我已经搜索了文档但找不到相关部分 - 可能是因为我不知道它叫什么。
谢谢你的帮助。
You can directly call function from kernel, there is no need for things like __device__ in AleaGpu.
__device__