We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Just as the title says. For details, please follow the comments under:
To Reproduce
Clone or checkout the PR branch:
a. Clone
git clone --branch refactor/wgpu-v23 --depth 1 https://github.com/AsherJingkongChen/burn.git
b. Checkout
git remote add pr-2435 https://github.com/AsherJingkongChen/burn.git git fetch pr-2435 refactor/wgpu-v23 git checkout -b refactor/wgpu-v23 pr-2435/refactor/wgpu-v23
Run some tests on macOS with Metal:
a. Test the specific package
cargo test -p burn-jit
b. Test for CI
cargo xtask test --ci
Expected behavior
Screenshots
You can check CI statuses on macOS in #2435.
Additional context
This issue blocks #2435.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Just as the title says. For details, please follow the comments under:
To Reproduce
Clone or checkout the PR branch:
a. Clone
b. Checkout
Run some tests on macOS with Metal:
a. Test the specific package
cargo test -p burn-jit
b. Test for CI
cargo xtask test --ci
Expected behavior
Screenshots
You can check CI statuses on macOS in #2435.
Additional context
This issue blocks #2435.
The text was updated successfully, but these errors were encountered: