Steps to Develop kernel fusion for qfunctions implemented in Python
- Dominant language
- C
- Stars
- 265
- Forks
- 78
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 11
Description
I will appreciate it if someone could advise on the following:
I am working to develop kernel fusion for qfunction implemented in Python and possibly in other languages.
Environment: CUDA 12.2; Clang 19
CUDA C++ code compilation using clang to obtain a *.ptx file was successful. What is next?
I used cuModuleLoad with the *.ptx file. What is next?
What are the remaining required steps, including environment configuration, that will lead to kernel fusion for qfunction?
. Should the kernel fusion code be written in Cuda C++, Cuda Python, or other, and with the use of libCEED API?
Note: [Defining User Q-Functions](https://github.com/CEED/libCEED/blob/main/julia/LibCEED.jl/docs/src/UserQFunctions.md) is one of the main document I read regarding Q-functions. Are there additional document I may be referred to? Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.