summaryrefslogtreecommitdiff
path: root/xmake/rules/cuda/devlink/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/cuda/devlink/xmake.lua')
-rw-r--r--xmake/rules/cuda/devlink/xmake.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/rules/cuda/devlink/xmake.lua b/xmake/rules/cuda/devlink/xmake.lua
index 2d4644781..1cdfb2fb7 100644
--- a/xmake/rules/cuda/devlink/xmake.lua
+++ b/xmake/rules/cuda/devlink/xmake.lua
@@ -29,10 +29,6 @@ rule("cuda.devlink")
import("core.platform.platform")
-- disable devlink?
- -- local cu_tool, cu_toolname = platform.tool("cu")
- -- if (cu_toolname or path.basename(cu_tool)) ~= "nvcc" then
- -- return
- -- end
if target:values("cuda.devlink") == false then
return
end