-
```
struct MyVertex compute();
}
```
We could codegen that `__runCodlet` function.
`@llvm.colossus.get.vertex.base()` is the intrinsic to get the vector base.
The big unknown is how to do th…
-
Hey,
I am trying to run a simple text classification on IPUs with PopTorch and Optimum. When I initilize the training by;
```
trainer.train()
```
I get the following error:
```
Traceback…
-
### Describe the bug
I’m trying to query users with the Delta API in the Go SDK, but examples in Microsoft documentation don’t match available SDK entities.
### Detailed Description:
From the…
-
Our package https://github.com/graphcore-research/gfloat would like to depend on mx, but currently has to include it in requirements.txt as a direct dependency:
```
# Requirements for tests
pytest
…
-
When building from source with GCC 11.2.0 it fails with this error:
`/home/apps/eb/tmp/ExpansionHunter/v5.0.0/GCC-11.2.0/ExpansionHunter-5.0.0/ehunter/thirdparty/graph-tools-master-f421f4c/src/grap…
-
目前paddlehub2是基于CUDA下的paddlepaddle-gpu下实现预测和训练,那如果环境为国产驱动下的gpu资源例如海光 DCU、昇腾 NPU、Graphcore IPU、寒武纪 MLU、百度昆仑等,paddlehub2和paddlehub1.8是否适配这些版本的下的paddlepaddle来进行训练和预测。烦请hub的技术解惑。非常感谢。
-
### Roadmap
飞桨已经在多款AI硬件上全面支持训练和推理任务,并适配了80+模型在曙光C86加速卡上的运行,以及30+模型在昇腾910芯片上的运行。但曙光C86上还存在部分算子单测失败的问题,昇腾910芯片上则存在部分算子尚未适配的情况,[石墨表格《PFCC-Roadmap》之 【AI硬件接入】](https://shimo.im/sheets/RKAWVnVNopC1NKk8/G…
-
Hi there!
I'm trying to install this in my local space on an HPC and I'm getting this error both when I clone the repo and when I download the latest release:
```make[5]: *** [thirdparty/graph-t…
-
The padding introduced to the `c_term` here:
https://github.com/graphcore-research/pyscf-ipu/blob/023e11487762731117d73d14bc98b2f74226f800/pyscf_ipu/experimental/integrals.py#L215
could instead …
-
I started a small table, see https://apytypes.github.io/apytypes/comparison.html
However, I also found https://gist.github.com/snhobbs/6441850a39c7c01b34468f9fee6b82a4 which for sure can be used as…