cuda-python
cuda-python copied to clipboard
Ensure `ObjectCode` are pickle-able
An ObjectCode instance can encapsulate either PTX, LTO-IR, or CUBIN. All of these can be serialized. This would help us as well as any downstream project implement a simple persistent compiler cache.