Open
Description
Cuda support allocation in global memory and cache, the ask is to let cuda usm allocation reserve cache memory when buffer location property of value of 4 is passed in.
change will need to be made here:
llvm/sycl/plugins/cuda/pi_cuda.cpp
Lines 4573 to 4593 in d47dda3
enum class target {
device,
host_task,
global_buffer = device, // Deprecated
constant_buffer, // Deprecated
local, // Deprecated
host_buffer // Deprecated
};