-
### bug描述 Describe the Bug
在麒麟v10系统上编译paddle,系统内核为Linux-4.4.131-20200710.kylin.desktop-generic-aarch64-with-Kylin-V10-juniper;CPU为Phytium,FT-2000/4(64位,4核)。参考文档链接为:https://www.paddlepaddle.org.cn/inf…
-
This module is all the functions in the base namespace. It's very large. Some functions appear in other name spaces (you can find this by following the See also: sections in the docstring). If that oc…
-
Hello,
I am trying to build a K nearest neighbors graph from 7M vectors of 768 dimensions with 8 A500 GPUs (24 GB of RAM each), but face issue implementing it.
Running cuml 22.12.00a+49.g07f0bc…
-
# Failing Tests
> Please see the failing tests divided into sections below. Click on each section to expand. Feel free to get assigned to an issue by following the instructions [here](https://unify.ai…
-
### 🐛 Describe the bug
PyTorch supports the [DLPack](https://github.com/dmlc/dlpack) interface to enable zero-copy data exchange with various other array programming frameworks.
I've been invest…
-
Since #741 was merged, it should now be possible to perform data transfers across devices and namespaces in a standard, namespace agnostic way (as long as both namespace have a shared understanding of…
-
## 🐛 Bug
Device: Intel Windows machine
seeing the following error after using locally compiled model library following the steps in page:
Loading model...
[17:50:02] C:\Miniconda\envs\mlc-llm-buil…
-
From the dlpack standard reference, should this snippet work ?
```python
import torch
import numpy as np
x = torch.asarray([1,2,3], device="cuda")
np.from_dlpack(x)
np.asarray(x)
```
it …
-
**Describe the bug**
First of all, I am no expert. Please forgive me it the problem is an error of mine and not a bug.
I am trying to create a K nearest neighbors graph for 7,000,000+ points sitti…
-
**Describe the bug**
Although fixes have been merged into cuml for Treelite to handle empty categorical nodes, the fix doesn't seem to work in cuml.
After committing model using model builder C++ AP…