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

[BUG]: C++ Implementation of Deserialize is broken #1747

Closed
2 tasks done
mdemoret-nv opened this issue Jun 18, 2024 · 0 comments · Fixed by #1749
Closed
2 tasks done

[BUG]: C++ Implementation of Deserialize is broken #1747

mdemoret-nv opened this issue Jun 18, 2024 · 0 comments · Fixed by #1749
Assignees
Labels
bug Something isn't working

Comments

@mdemoret-nv
Copy link
Contributor

Version

24.06

Which installation method(s) does this occur on?

Docker, Conda, Source, Kubernetes

Describe the bug.

In PR #1454, the C++ implementation of the deserialize node was disabled and has not been re-enabled. Changing the value of support_cpp_node to return True throws an exception due to incorrect C++ node names. Fixing this results in CUDA errors down the line.

Minimum reproducible example

Make the changes shown [here](https://github.com/nv-morpheus/Morpheus/pull/1739/files#diff-f3ac53e0a1506b4fa8c2d577afc95fa9d72c450e1e9efd9ad14a83b4eee8c7f1R116-R128) and run the ABP test: `pytest --run_slow ./tests/test_abp.py`

Relevant log output

Click here to see error details

[Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
2 participants