diff options
| author | ruki <[email protected]> | 2019-06-12 00:39:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-11 21:56:41 +0800 |
| commit | 5cc9f406fb8d7815bb0ebed81b937876291ef81a (patch) | |
| tree | cc2387078bf8fe5004e488955b9e9e0f526210c3 /xmake/platforms/linux/global.lua | |
| parent | 3922367dec058b680fabc41f32e9b507822abe2b (diff) | |
| parent | 52f3bbe24e365b28f4bcd1e277d178a2561a1e8b (diff) | |
support cuda device-link
Diffstat (limited to 'xmake/platforms/linux/global.lua')
| -rw-r--r-- | xmake/platforms/linux/global.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/platforms/linux/global.lua b/xmake/platforms/linux/global.lua index 4c8318a23..22aa9239a 100644 --- a/xmake/platforms/linux/global.lua +++ b/xmake/platforms/linux/global.lua @@ -20,7 +20,6 @@ -- imports import("core.base.global") -import("private.platform.check_cuda") -- check it function main(platform, name) @@ -29,8 +28,5 @@ function main(platform, name) if name then raise("we cannot check global." .. name) end - - -- check cuda - check_cuda(global) end |
