mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
This is a revival of @gaxler initial ahead-of-time compiler proposal. Code was simplified and some constraints were relaxed (i.e., we now execute the entire file provided vs just the kernel AST) to promote maintainability. A basic unit test was added, though it does not test specialization right now. co-authored by: Gregory Axler, thexler <g.axler@gmail.com>
4 lines
116 B
Python
4 lines
116 B
Python
from .build import _build, cuda_include_dir, libcuda_dirs
|
|
|
|
__all__ = ["_build", "libcuda_dirs", "cuda_include_dir"]
|