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

fix outdated deprecation notice

parent 9fda3a06
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #76797 passed with stages
in 4 minutes and 27 seconds
...@@ -241,7 +241,7 @@ class SfgGpuComposer(SfgComposerMixIn): ...@@ -241,7 +241,7 @@ class SfgGpuComposer(SfgComposerMixIn):
warn( warn(
"cuda_invoke is deprecated and will be removed before version 0.1. " "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, FutureWarning,
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment