-
Hi, I want to implement a conv1d in triton. Considering that some data of the input will be re-used, e.g., `y[0] = conv(w, x[0:2])` and `y[1] = conv(w, x[1:3]`, then I try to update the data in SRAM …
-
Hi, I need to run MLPerf 2.0 Intel-Habana Bert training on Aws Gaudi1 processor with image Deep Learning AMI Habana PyTorch 1.12.0 SynapseAI 1.6.0 (Ubuntu 20.04) 20220928. Followed below readme
Rea…
-
### Description
For Graphcore [JAX Scalify FP8](https://github.com/graphcore-research/jax-scalify) research project, we have documented how the XLA compiler fuses FP8 matmul with inputs/outputs sc…
-
Hi,
I have problems with rnaspades-3.15.1 (your 64-bit binaries) running on NFSv4 filesystem:
```
0:00:00.094 1M / 11M INFO General (memory_limit.cpp : 48) …
-
dwiel updated
9 years ago
-
The gif below visualizes the numerical distribution of all tensors during our DFT computation.
TODO:
1. Refactor code for plot into `utils.py`
2. Try to loss scaling, operation pre-scaling/pre…
-
While trying to run the training file, I did all the installations the required, except the last one of pip install -r requirements.txt.
I opened the txt file and saw that the installation of
git+h…
-
# Interesting papers
- [Davison 2018 - FutureMapping: The Computational Structure of Spatial AI Systems](https://arxiv.org/abs/1803.11288)
- Imperial College London의 Dyson Robotics Lab 교수님이신 A…
-
Using the example below, after a successful deployment there is no global.client user in the ceph db.
```
---
#- name: Install epel on mons
# hosts: mons
# become: true
# tasks:
# - pac…
-
I followed the instructions in README, and when I tried to compile poprithm, an error occured:
-- Building poprithms with Boost Stacktrace
-- Found Boost 1.70.0 at /data/login_home/lijinxi/boost_1_7…