Skip to content

Commit

Permalink
remove default features in sys
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Sep 17, 2023
1 parent 6fb0132 commit c04e475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luisa_compute_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake = "0.1.48"


[features]
default = ["cuda", "cpu", "remote", "metal", "dx"]
default = []
cuda = []
strict = []
cpu = []
Expand Down

0 comments on commit c04e475

Please sign in to comment.