Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting
Browse files Browse the repository at this point in the history
kshyatt committed Jan 16, 2025
1 parent 53afbc4 commit 5d52d10
Showing 2 changed files with 627 additions and 483 deletions.
1,108 changes: 626 additions & 482 deletions lib/cublas/wrappers.jl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/libraries/cublas/level3.jl
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ k = 13

@testset "gemm!" begin
alpha = rand(elty)
beta = rand(elty)
beta = rand(elty)
A = rand(elty,m,k)
B = rand(elty,k,n)
C1 = rand(elty,m,n)

0 comments on commit 5d52d10

Please sign in to comment.