-
**Is your feature request related to a problem? Please describe.**
Historically, the Cython wrappers around device allocation routines use the implicit device resource returned by `get_current_devi…
-
**Is your feature request related to a problem? Please describe.**
The problem is described in this issue: #12225 . Users with applications written in heterogeneous programming languages, where all…
-
I'm arrived at the end of the installation, but when I do ```make PythonInstall``` the terminal says
```
make: *** No rule to make target 'PythonInstall'. Stop.
```
Where am I wrong?
-
**Describe the bug**
I'm getting` 'DetDataSample' object has no attribute '_gt_sem_seg' ` error when I try to train my model.
**Reproduction**
1. What command or script did you run?
```none
…
-
This is a general problem of `nvcc` I would say:
```cpp
#include
#include
constexpr int duzzle = -7;
__global__
void kernel() {
kat::array arr;
arr.fill(duzzle); // fails to compile
…
-
Previously we were using a `CuArray` type that could represent a view, reshape, reinterpret, etc. For the sake of simplicity, I switched to a simpler `CuArray` type while reusing `Base.SubArray`, `Bas…
-
Most of our estimators use a cuda stream that has been set on the base class to make calls to the c++ API underneath, blocking the main thread to synchronize the stream. While this design works nicely…
-
The `unpack()` function in torch/csrc/nn/type_checks.h is not used anymore because we had already killed torch.legacy.nn and all the normal NN ops go through ATen bindings right now. A proper removal …
yf225 updated
3 years ago
-
I tried building an image with ROS2 Jazzy and Jax and it seems that OpenCV failed to install which stops me from creating the image.
I have also tried Humble, and it also fails on the same step if t…
-
**Describe the bug**
Memory leak while using free-dimention model in C++, which is converted from `CNTK`
**System information**
- OS Platform and Distribution: Windows 10 (X64)
- ONNX Runtime in…