Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaleinvariantgradient_cuda.cu - cannot compile #76

Open
KobiHaMitapes opened this issue Oct 31, 2021 · 0 comments
Open

scaleinvariantgradient_cuda.cu - cannot compile #76

KobiHaMitapes opened this issue Oct 31, 2021 · 0 comments

Comments

@KobiHaMitapes
Copy link

KobiHaMitapes commented Oct 31, 2021

In this code private members of type "PersistentTensor" are defined. These do not exist in my TensorFlow in the OpKernel class.
Additionally and along the same line, a method allocate_persistent is used 4 times
OP_REQUIRES_OK(context, context->allocate_persistent(...
There is no allocate_persistent in the OpKernelContext class, in my TensorFlow.

Any ideas what to do? I am working on a Jetson Nano 2GB kit. Tensorflow version: 2.6.0. Cuda version 10.2.300. Could it be that my versions are too recent?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant