We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d2fc0 commit 3bcbf88Copy full SHA for 3bcbf88
source/dcompute/tests/main.d
@@ -45,8 +45,8 @@ int main(string[] args)
45
auto dev = devs[0];
46
auto ctx = Context(dev); scope(exit) ctx.detach();
47
48
- // Change the file path to match your GPU.
49
- Program.globalProgram = Program.fromFile("./kernels_cuda210_64.ptx");
+ // Change the file to match your GPU.
+ Program.globalProgram = Program.fromFile("./.dub/obj/kernels_cuda210_64.ptx");
50
auto q = Queue(false);
51
52
enum size_t N = 128;
0 commit comments