Skip to content

Commit f5cdb73

Browse files
authored
Hip bindings and doc fix (#427)
1 parent 661f431 commit f5cdb73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ your changes easier. You can create a new branch by using the command
4646
Once you have set up your local repository and created a new branch, you can start making changes.
4747
Be sure to follow the coding standards and guidelines used in the rest of the project.
4848

49-
### Step 6: Run the Pre-Pull Request Script
49+
### Step 6: Validate changes before opening a pull request
5050

5151
Before you open a pull request, please run the following xtask command at the root of the repository:
5252

5353
```sh
54-
cargo xtask pull-request-checks
54+
cargo xtask validate
5555
```
5656

5757
This will ensure that your changes are in line with our project's standards and guidelines.

crates/cubecl-hip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cubecl-cpp = { path = "../cubecl-cpp", version = "0.5.0", default-features = fal
2828
cubecl-runtime = { path = "../cubecl-runtime", version = "0.5.0", default-features = false, features = [
2929
"channel-mutex",
3030
] }
31-
cubecl-hip-sys = { version = "6.3.0", default-features = false, features = ["rocm__6_3_0"] }
31+
cubecl-hip-sys = { version = "6.3.1000", default-features = false, features = ["rocm__6_3_1"] }
3232

3333
bytemuck = { workspace = true }
3434

0 commit comments

Comments
 (0)