Hi all,
Has anybody tried to upgrade this project to tensorflow 2.0?
AFAIK one of the main issues is that cuda_stream.h header was removed in TF 2.0 (also see #40 ). Now instead of passing CUstream directly when writing an op, users must pass a GPUDevice object (probably to uncouple from CUDA dependency).
Tried to patch with this change but failed. Have others had any luck?
Hi all,
Has anybody tried to upgrade this project to tensorflow 2.0?
AFAIK one of the main issues is that
cuda_stream.hheader was removed in TF 2.0 (also see #40 ). Now instead of passingCUstreamdirectly when writing an op, users must pass aGPUDeviceobject (probably to uncouple from CUDA dependency).Tried to patch with this change but failed. Have others had any luck?