Skip to content
Snippets Groups Projects
Commit 40e2f523 authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

Move nvcc-only code from memory to backends::gpu (#342)

* Move gpu-kernel code from memory to backends/gpu

A small step towards seperate back end compilation for CUDA.
Move the following code to the gpu backend:
- the memory::fill* wrappers and fill kernel
- the managed_ptr type
  - only used in backends::gpu
  - has `__device__ __host__` members for dual host-device use.

* update unit&validation tests
parent 3bcb8f97
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment