Skip to content

Commit

Permalink
Switching hip version
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Sep 7, 2023
1 parent 5c299b4 commit 5377039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.Rt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

tab = rbind(
expand.grid(arch=c("cuda"), version=c("11.7","12.0")),
expand.grid(arch=c("hip"), version=c("5.4.1","5.6.0")),
expand.grid(arch=c("hip"), version=c("5.4.1","5.6.1")),
expand.grid(arch=c("cpu"), version=c(""))
)
tmp = expand.grid(i=seq_len(nrow(tab)), type=c("small","big"), base="ubuntu-22.04")
Expand Down

0 comments on commit 5377039

Please sign in to comment.