Skip to content

Removing dtype check in hip backend #281

@benvanwerkhoven

Description

@benvanwerkhoven

As @stijnh suggested in #280, it might be possible to remove the dtype check that is currently performed by the HIP backend on this line:
https://github.com/KernelTuner/kernel_tuner/blob/master/kernel_tuner/backends/hip.py#L111

As we only need the number of bytes in Python, the pointer that is passed to the GPU kernel could just be a void pointer.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions