Skip to content
Snippets Groups Projects
Commit cefe0bdd authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix outdated deprecation notice

parent 9fda3a06
No related branches found
No related tags found
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #76797 passed
......@@ -241,7 +241,7 @@ class SfgGpuComposer(SfgComposerMixIn):
warn(
"cuda_invoke is deprecated and will be removed before version 0.1. "
"Call `use_cuda()` and use `gpu_invoke` instead.",
"Use `gpu_invoke` instead.",
FutureWarning,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment