diff options
author | Andrzej Janik <[email protected]> | 2021-08-02 01:04:05 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-08-02 01:04:05 +0200 |
commit | b4de21fbc5eaf33540f1121bfe7c6ba0acaff6c9 (patch) | |
tree | 87de1e064acd8889d3f494a4d8e9a1f071e2edaa /zluda/Cargo.toml | |
parent | 4a71fefb8a3886277dba23a4ae17247bb5e2f2e5 (diff) | |
download | ZLUDA-b4de21fbc5eaf33540f1121bfe7c6ba0acaff6c9.tar.gz ZLUDA-b4de21fbc5eaf33540f1121bfe7c6ba0acaff6c9.zip |
Use calls to OpenCL builtins when translating sregs, do SPIRV->LLVM conversion on every build
Diffstat (limited to 'zluda/Cargo.toml')
-rw-r--r-- | zluda/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zluda/Cargo.toml b/zluda/Cargo.toml index cfb1a50..b54fd1d 100644 --- a/zluda/Cargo.toml +++ b/zluda/Cargo.toml @@ -14,6 +14,7 @@ level_zero-sys = { path = "../level_zero-sys" } lazy_static = "1.4" num_enum = "0.4" lz4-sys = "1.9" +tempfile = "3" [dependencies.ocl-core] version = "0.11" |