improve cuda logging (#1154)

pull/1159/head
Hoildkv 3 years ago committed by GitHub
parent 220fd9f164
commit 0e31570a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/c/cuda/xmake.lua

@ -26,6 +26,7 @@ package("cuda")
for _, util in ipairs(utils) do
if not find_library(util, cuda.linkdirs) then
wprint(format("The library %s for %s is not found!", util, package:arch()))
return
end
table.insert(result.links, util)

Loading…
Cancel
Save