-
## 🐛 Bug
I run mlc-llm on a server with Tesla P100. The last installation of mlc-llm from nightly build with cublas_gemm support was in 12/24/2023.
After entering 2024, all mlc-llm I installed l…
-
**Describe the bug**
According to the [documentation](https://docs.rapids.ai/api/cudf/stable/api_docs/api/cudf.DataFrame.equals.html#cudf.DataFrame.equals), the result of `DataFrame.equals()` shoul…
-
Hi there,
I'm asking if there is a way to re-construct cudf dataframe or Series according to __cuda_array_interface__?
the __cuda_array_interface__ is like
``` json
{'shape': [5], 'data': […
-
https://numba.pydata.org/numba-doc/dev/cuda/cuda_array_interface.html
It would not be hard to make `DeviceArray` implement this interface on GPU.
It would be slightly harder to support wrapping …
-
## Description
Tring to install mxnet 1.7 for NVIDIA AGX Xavier. This bug appears when pip installing for python.
### Error Message
```
xavier@xavier-device:~/mxnet/python$ sudo pip3 install -…
-
- [x] replace `assert False, "TODO"` with `raise NotImplementedError` (the mypy constraint no longer exists).
- [x] creation functions `arange` (from NumPy/CuPy)
- [x] creation functions `empty` (fr…
-
**Describe the bug**
A few cuML tests in `test_fil.py` are marked as `xfail` if the treelite version is wrong. However if the test is not skipped it expects the function `simulate_data` to be defined…
-
This came up in https://github.com/data-apis/array-api-compat/pull/40.
My particular use case is something like this:
`x.to_device("cpu")` to allow downstream library test suites to guarantee th…
-
## 🐛 Bug
I tried to build this to run the 128k phi-3, to compare it with the pure CPU usage without OpenCL.then I encountered this error.
## To Reproduce
Steps to reproduce the behavior:
1…
-
### Version
22.11
### Which installation method(s) does this occur on?
Source
### Describe the bug.
I want to perform umap inside my morpheus custom stage and it requires some lazy impo…