You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We need to decide good names for the files on this repo as it may have one file for each implementation
We must choose:
make run
)Here is a suggestion:
The text was updated successfully, but these errors were encountered: