We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting an error when running test_yolo4 on my laptop which has an RTX 3060 GPU:
Cuda failure: out of memory /home/connor/tkDNN/src/Conv2d.cpp:176
Running on commit d4f7b4a
The text was updated successfully, but these errors were encountered:
Could be related: when using FP16 mode it uses the wrong size for allocating WgsLayers: https://github.com/ceccocats/tkDNN/blob/master/src/LayerWgs.cpp#L76 (should be using b_size, but uses w_size instead)
Sorry, something went wrong.
on RTX 2070,cuda11.8,FP32 mode, have same problem,
No branches or pull requests
Getting an error when running test_yolo4 on my laptop which has an RTX 3060 GPU:
Running on commit d4f7b4a
The text was updated successfully, but these errors were encountered: