Skip to content

File names discussion #323

@kroggen

Description

@kroggen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions