Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Sep 24, 2023
2 parents 782ee4b + 5ed2f0a commit 06a7e8e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/TropicalGEMM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ include("gemm.jl")
# PrecompileTools.@compile_workload begin
# for T in (Float32, Float64, Int64)
# A = Tropical.(rand(T, 10, 10))
# TA = transpose(A)
# for x in [A, TA]
# for y in [A, TA]
# x * y
# end
# end
# O = Tropical.(rand(T, 10, 10))
# LinearAlgebra.mul!(O, A, A)
# end
# end
# end
Expand Down

0 comments on commit 06a7e8e

Please sign in to comment.