cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Ensure `ObjectCode` are pickle-able

Open leofang opened this issue 7 months ago • 0 comments

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.

leofang avatar Mar 18 '25 06:03 leofang