aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-02-28 00:46:50 +0100
committerAndrzej Janik <[email protected]>2021-02-28 00:46:50 +0100
commitb7ee6d66c3cfac9922addc6c362ae437cfa8fee5 (patch)
tree9666c7d357e1d15ed9c516a673074fd64d4abfc3 /Cargo.toml
parent871b8d1befab63a1cd7f25a9bb26c9ecaebb1cd1 (diff)
downloadZLUDA-b7ee6d66c3cfac9922addc6c362ae437cfa8fee5.tar.gz
ZLUDA-b7ee6d66c3cfac9922addc6c362ae437cfa8fee5.zip
Implement enough nvml to make GeekBench happy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 038af15..9b5f261 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,11 @@ members = [
"zluda_lib",
"zluda_inject",
"zluda_redirect",
+ "zluda_ml",
"ptx",
]
-default-members = ["zluda_lib", "zluda_inject", "zluda_redirect"]
+default-members = ["zluda_lib", "zluda_ml", "zluda_inject", "zluda_redirect"]
[patch.crates-io]
rspirv = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }