Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Remove Uint4 from Code Eventually #325

@GNiendorf

Description

@GNiendorf

The current solution in the code works fine for the NVCC and CPU backends, but if we want to make use of the other backends we will have to remove uint4 to make the code completely general to whatever backend we are running.

// Needed for files that are compiled by g++ to not throw an error.
// uint4 is defined only for CUDA, so we will have to revisit this soon when running on other backends.
#ifndef ALPAKA_ACC_GPU_CUDA_ENABLED
struct uint4
{
unsigned int x;
unsigned int y;
unsigned int z;
unsigned int w;
};
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions