You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the issue tracker to check if your feature has already been mentioned or rejected in other issues.
Describe the feature
The ability to save and load the kernel is needed.
The use case is, for example, to save kernels, used as a cache, or broadcast with MPI.
There are many ways to implement this: QASM3, some MLIR, or even the original format.
Requirements
not only Python but also C++
Backward compatibility, i.e., you can load a saved kernel from a future version
Reference: CUDA has JIT feature and it can be stored.
Required prerequisites
Describe the feature
The ability to save and load the kernel is needed.
The use case is, for example, to save kernels, used as a cache, or broadcast with MPI.
There are many ways to implement this: QASM3, some MLIR, or even the original format.
Requirements
Reference: CUDA has JIT feature and it can be stored.
Deserialization is related to #755
The text was updated successfully, but these errors were encountered: