ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 230 forks source link

move tensor_holder.hpp and gpuMemTensor.hpp from test to src #3294

Closed bghimireamd closed 2 weeks ago

bghimireamd commented 2 months ago

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.

CAHEK7 commented 1 month ago

We need to discuss it one more time.

bghimireamd commented 2 weeks ago

PR no longer needed