You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are on the initial release v0.1.0, while the most recent release is v0.3.0
In the past we were blocked on upgrading due to dependency issues, but that is no longer the case.
Describe the solution you'd like
Adopt v0.3.0 using newer factory methods like make_tensor rather than the tensor_t constructors.
Additional context
I took a pass at it, and realized there was a bit more involved than I had time for at the time.
The text was updated successfully, but these errors were encountered:
* Remove usage of `tensorShape_t` which was deprecated, and later removed.
* Replace usage of tensor constructor in favor of the recommended `make_tensor` helper method.
* Adds more C++ unittests
* RMMTensor marked as a public symbol so the C++ tests can use it
* Add `cuda-nvtx` package to CI driver build, needed for matx-0.3.0
Includes changes from PR #688fixes#317
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Michael Demoret (https://github.com/mdemoret-nv)
URL: #667
* Remove usage of `tensorShape_t` which was deprecated, and later removed.
* Replace usage of tensor constructor in favor of the recommended `make_tensor` helper method.
* Adds more C++ unittests
* RMMTensor marked as a public symbol so the C++ tests can use it
* Add `cuda-nvtx` package to CI driver build, needed for matx-0.3.0
Includes changes from PR nv-morpheus#688fixesnv-morpheus#317
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Michael Demoret (https://github.com/mdemoret-nv)
URL: nv-morpheus#667
Is your feature request related to a problem? Please describe.
We are on the initial release v0.1.0, while the most recent release is v0.3.0
In the past we were blocked on upgrading due to dependency issues, but that is no longer the case.
Describe the solution you'd like
Adopt v0.3.0 using newer factory methods like
make_tensor
rather than thetensor_t
constructors.Additional context
I took a pass at it, and realized there was a bit more involved than I had time for at the time.
The text was updated successfully, but these errors were encountered: