[GPU / OpenCL] Moving buffer creation from inside of a layer
to Tensor
, i.e., update Tensor to support multiple ComputingEngine
#2812
Labels
As Jijoong mentioned here, the current GPU handles 'opencl::Buffer' directly in all computations (every BLAS, layer operation, etc.). This can lead to several issues such as:
The text was updated successfully, but these errors were encountered: