diff options
author | Andrzej Janik <[email protected]> | 2020-10-25 21:09:16 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-10-25 21:09:16 +0100 |
commit | 17b788f2a70fa78be945878b52ef497f5b76b5b1 (patch) | |
tree | 420c274ccbd1bee6f7eedcc2263b0c513cae355c /Cargo.toml | |
parent | 45f51833702fb9cb960378d86ae75674a7403b0e (diff) | |
download | ZLUDA-17b788f2a70fa78be945878b52ef497f5b76b5b1.tar.gz ZLUDA-17b788f2a70fa78be945878b52ef497f5b76b5b1.zip |
Implement ftz handling through Intel extension
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,5 +11,5 @@ members = [ ]
[patch.crates-io]
-rspirv = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' }
-spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' }
\ No newline at end of file +rspirv = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }
+spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }
\ No newline at end of file |