-
```class CallGraph(v_graphcore.HierGraph):
'''
A graph which represents procedural branches.
'''
def __init__(self):
v_graphcore.Graph.__init__(self)
```
it's defin…
-
Is there an explanation of this error?
```
/usr/local/lib/python3.8/dist-packages/poptorch/experimental.py in __exit__(self, exc_type, value, traceback)
253 if self._compile_using ==…
-
### Description of bug
I am running the following command "spades.py --rna -s mouse1_mRNA.fastq -o mouse1_spades -m 50 --phred-offset 33" getting error like this == Error == system call for: "['/hom…
-
Come up with a name for the struct also. Something like GraphFile?
The function for creating the database for tests will also need to be updated.
-
@franko wrote in #4
> Probably what is important for LGSL on windows is to provide:
> - a set of working binaries
> - install informations for the expert users that may wish to use its own BLAS libra…
-
Our current `ipu_eigh` uses the Jacobi algorithm. It is believed for other hw accelerators that the QR algorithm becomes faster than jacobi for larger `d>=512`. Since we are targeting `d>=512` we are …
-
https://news.ycombinator.com/item?id=32610780
Chip Startups could need compilers!
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
I have recently been working…
-
Hello, scaling a Conv1D is a piece of cake for the authors, but I was working on it and thought I'd share my implementation. It seems to be properly scaled too, I will be using it for my experiments. …
-
Hello, first of all thank you for your work and for sharing the code for u-muP !
When installing the library with `pip install git+https://github.com/graphcore-research/unit-scaling.git`, running t…