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
When running the p2pBandwidthLatencyTest, a modified CUDA sample program, we get:
p2pBandwidthLatencyTest
... snip ... Testing copy mechanism: Kernels... Unidirectional P2P=Disabled Bandwidth Matrix (GB/s) D\D 0 1 2 0 0.00 0.00 0.00 1 0.00 0.00 0.00 2 0.00 0.00 0.00 terminate called after throwing an instance of 'cuda::runtime_error' what(): kernel launch failed for kernel at 0x034a47d0 on stream 0x033d5e70 in context 0x01c871b0 on device 1: invalid resource handle unused/run-all-examples: line 7: 35177 Aborted (core dumped) ./$f
This happens on a machine with multiple Turing GPUs which are P2P-capable (I think).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the
p2pBandwidthLatencyTest
, a modified CUDA sample program, we get:This happens on a machine with multiple Turing GPUs which are P2P-capable (I think).
The text was updated successfully, but these errors were encountered: