-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update rust version to 1.56.1 - Certain opencl3 APIs now required to be called as unsafe
- Loading branch information
Shawn Rader
committed
Sep 16, 2022
1 parent
7900e77
commit 52bae34
Showing
7 changed files
with
58 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "rust-gpu-tools" | |
version = "0.6.1" | ||
authors = ["Keyvan Kambakhsh <[email protected]>", "porcuquine <[email protected]>"] | ||
description = "Rust OpenCL tools" | ||
edition = "2018" | ||
edition = "2021" | ||
homepage = "https://github.com/filecoin-project/rust-gpu-tools" | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/filecoin-project/rust-gpu-tools" | ||
|
@@ -22,7 +22,8 @@ lazy_static = "1.2" | |
log = "0.4.11" | ||
hex = "0.4.3" | ||
|
||
opencl3 = { version = "0.6", default-features = false, features = ["CL_VERSION_1_2"], optional = true } | ||
opencl3 = { version = "0.9", default-features = false, features = ["CL_VERSION_1_2"], optional = true } | ||
opencl-sys = "0.2.3" | ||
rustacuda = { package = "fil-rustacuda", version = "0.1.3", optional = true } | ||
once_cell = "1.8.0" | ||
temp-env = "0.2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.51.0 | ||
1.56.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters