-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
We need to decide good names for the files on this repo as it may have one file for each implementation
We must choose:
- the name of the source-code file
- the command to build (like
make run) - the name of the compiled file
Here is a suggestion:
run.c -> make run -> run
run-q8.c -> make run-q8 -> run-q8
run-q4.c -> make run-q4 -> run-q4
run.cu -> make cuda -> run-cuda
run-q8.cu -> make cuda-q8 -> run-cuda-q8
run-q4.cu -> make cuda-q4 -> run-cuda-q4
run.cl -> make opencl -> run-opencl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels