https://github.com/hughperkins/rocks-cl
Overrides for opencl-comptible rocks
https://github.com/hughperkins/rocks-cl
Last synced: 7 months ago
JSON representation
Overrides for opencl-comptible rocks
- Host: GitHub
- URL: https://github.com/hughperkins/rocks-cl
- Owner: hughperkins
- License: mit
- Created: 2016-08-19T10:00:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T13:08:09.000Z (about 9 years ago)
- Last Synced: 2025-02-06T02:47:08.757Z (9 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocks-cl
Overrides for opencl-comptible rocksThe idea is to add this to the luarocks source servers path ahead of the main torch rocks repo, ie something like:
```
rocks_servers = {
[[https://raw.githubusercontent.com/hughperkins/rocks-cl/master]],
[[https://raw.githubusercontent.com/torch/rocks/master]],
[[https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master]]
}
```It will only override where needed, and otherwise fall through to standard torch rocks server.