This PR expose tensor_holder.hpp and gpuMemTensor.hpp headers outside of the current module. This change allows third-party libraries to directly include and utilize the MIOpen's tensor holder functionality that help easy data initialization and transfer between cpu and gpu.
This PR expose
tensor_holder.hpp
andgpuMemTensor.hpp
headers outside of the current module. This change allows third-party libraries to directly include and utilize the MIOpen's tensor holder functionality that help easy data initialization and transfer between cpu and gpu.