Currently, DCompute requires a "side-car" workflow where .ptx (CUDA) or .spv (OpenCL) files are generated as separate files. Developers must manually manage these paths and use Program.fromFile("path/to/kernel.ptx")at runtime. This has several drawbacks.
Currently, DCompute requires a "side-car" workflow where .ptx (CUDA) or .spv (OpenCL) files are generated as separate files. Developers must manually manage these paths and use
Program.fromFile("path/to/kernel.ptx")at runtime. This has several drawbacks.