Skip to content

Commit

Permalink
NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Aug 27, 2024
1 parent 05f4752 commit 69f73ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mps/matrixrandom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ for R in [:MPSMatrixRandomMTGP32, :MPSMatrixRandomPhilox]
end
end

synchronizeStateOnCommandBuffer(kern::MPSMatrixRandomMTGP32, cmdbuf::MTLCommandBuffer) =
synchronize_state(kern::MPSMatrixRandomMTGP32, cmdbuf::MTLCommandBuffer) =
@objc [obj::id{MPSMatrixRandomMTGP32} synchronizeStateOnCommandBuffer:cmdbuf::id{MTLCommandBuffer}]::Nothing


Expand Down
1 change: 0 additions & 1 deletion test/mps/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ end
Ts = Ts[.!(Ts .<: IGNORE_UNION)]
@testset "$T" for T in Ts
for dim in ((16,16), (10,500), (500,10), (256,512))

srcMat = MtlArray(rand(T, dim))

dstMat = copytest(srcMat, false, false)
Expand Down

0 comments on commit 69f73ce

Please sign in to comment.