Skip to content

Commit

Permalink
Update scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 18, 2024
1 parent f79cb9f commit 7e7d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/metallib-load
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function main(args)
end
isempty(metallib) && error("Empty input")

dev = current_device()
dev = device()
verbose && println("Using device: ", dev.name)

lib = try
Expand Down

0 comments on commit 7e7d2e1

Please sign in to comment.