8000 GPU Support via OpenCL by Pencilcaseman · Pull Request #1377 · rust-ndarray/ndarray · GitHub
[go: up one dir, main page]

Skip to content

GPU Support via OpenCL #1377

New issue

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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump MSRV
  • Loading branch information
Pencilcaseman committed Mar 27, 2024
commit 06427665a0ff57bce9ce1c326d3fd7815d416de4
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- stable
- beta
- nightly
- 1.57.0 # MSRV
- 1.60.0 # MSRV

name: tests/${{ matrix.rust }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "ndarray"
version = "0.15.6"
edition = "2018"
rust-version = "1.57"
rust-version = "1.60"
authors = [
"Ulrik Sverdrup \"bluss\"",
"Jim Turner",
Expand Down
0