diff options
author | Andrzej Janik <[email protected]> | 2020-05-14 02:18:25 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-05-14 02:18:25 +0200 |
commit | 531cefce36a9f8ba53e8b339a74fa2dd2dd38935 (patch) | |
tree | 331a162a1aa9acda4c91ab2ba0083c00b2256796 /ptx/Cargo.toml | |
parent | 4b894abd96c13375c716b40bcee7f31f384d6b64 (diff) | |
download | ZLUDA-531cefce36a9f8ba53e8b339a74fa2dd2dd38935.tar.gz ZLUDA-531cefce36a9f8ba53e8b339a74fa2dd2dd38935.zip |
Remove all OCL use and clean up a little spirv_run tests
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r-- | ptx/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml index 02fc23b..7945929 100644 --- a/ptx/Cargo.toml +++ b/ptx/Cargo.toml @@ -21,4 +21,3 @@ features = ["lexer"] [dev-dependencies] level_zero-sys = { path = "../level_zero-sys" } level_zero = { path = "../level_zero" } -ocl = { version = "0.19", features = ["opencl_version_1_1", "opencl_version_1_2", "opencl_version_2_1"] } |