Skip to content

Commit

Permalink
sdfgd
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Dec 26, 2024
1 parent 2b5f92a commit 54018bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Distributed, Test, Metal, Adapt, ObjectiveC, ObjectiveC.Foundation

# TODO: REMOVE BEFORE MERGING
Sys.isapple() && @info "Architecture: $(read(`xcrun metal-arch`, String))"
Sys.isapple() && @info "Architecture: $(read(`xcrun metal-arch --name`, String))"

# Quit without erroring if Metal loaded without issues on unsupported platforms
if !Sys.isapple()
Expand Down

0 comments on commit 54018bf

Please sign in to comment.