tilelang.jit.adapter.nvrtc.include_paths ======================================== .. py:module:: tilelang.jit.adapter.nvrtc.include_paths .. autoapi-nested-parse:: CUDA include-path discovery for NVRTC compilation. Functions --------- .. autoapisummary:: tilelang.jit.adapter.nvrtc.include_paths.discover_cuda_include_paths Module Contents --------------- .. py:function:: discover_cuda_include_paths(cuda_home, machine = None, system = None) Return NVRTC include paths supported by the CUDA layout at ``cuda_home``. CUDA pip packages may install headers in a flat ``include`` tree, while system toolkits commonly use ``targets/-linux/include``. Include both layouts when present so split or overlaid installations continue to work.