Skip to content

Commit

Permalink
Fix Project.toml and restore prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Jan 8, 2025
1 parent 6fef632 commit 7f8cc3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion test/libraries/cublas_level1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ k = 13
@test testf(norm, rand(T, m))
@test testf(BLAS.asum, rand(T, m))
@test testf(axpy!, Ref(rand()), rand(T, m), rand(T, m))
@test testf(axpby!, Ref(rand()), rand(T, m), Ref(rand()), rand(T, m))
@test testf(LinearAlgebra.axpby!, Ref(rand()), rand(T, m), Ref(rand()), rand(T, m))

if T <: Complex
@test testf(dot, rand(T, m), rand(T, m))
Expand Down

0 comments on commit 7f8cc3f

Please sign in to comment.