Skip to content

More consistency in the C++ and CUDA code #55

@amnsbr

Description

@amnsbr

There are some inconsistencies in the style, variable names and implementations in the C++ and CUDA code. These should be fixed for a cleaner and more readable code. Including but not limited to:

  • Using = vs {} to define the initial values of variables
  • Using size_t versus int for small integers
  • Consistently using j and h prefixes for CPU functions

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions