Skip to content

Commit c00ae97

Browse files
add dcompute.driver.backend (#25)
1 parent a38c4e5 commit c00ae97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/dcompute/driver/backend.d

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module dcompute.driver.backend;
2+
3+
enum Backend
4+
{
5+
OpenCL120,
6+
CUDA650,
7+
}

0 commit comments

Comments
 (0)