-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels