tilelang.cache.cuda_binary_cache ================================ .. py:module:: tilelang.cache.cuda_binary_cache .. autoapi-nested-parse:: Cross-host cache for compiled CUDA device binaries. Classes ------- .. autoapisummary:: tilelang.cache.cuda_binary_cache.CUDABinaryCache Module Contents --------------- .. py:class:: CUDABinaryCache Cache cubin/fatbin bytes independently from host executable artifacts. .. py:attribute:: cache_root_dir :value: 'cuda-binaries' .. py:method:: make_key(*, code, target_kind, target_arch, target_code, compile_format) :classmethod: .. py:method:: get_path(key, compile_format) :classmethod: .. py:method:: load(key, compile_format) :classmethod: .. py:method:: save(key, compile_format, data) :classmethod: