-
Hi there,
I am trying to disassemble a toy c file.
```
#include
int* ptradd(int* a, int * b){
int* c = malloc(sizeof(int));
*c = *a + *b;
return c;
}
int main()…
-
/home/masterz/testing/BUILD/jazz2-native/Sources/Main.cpp: In member function ‘virtual void GameEventHandler::OnPreInit(nCine::AppConfiguration&)’:
/home/masterz/testing/BUILD/jazz2-native/Sources/Ma…
-
**Describe the bug**
I've followed the instructions on the README and have been successful up until I try to run `make` in `(OF_ROOT)/addons/ofxEmotiBit/EmotiBitOscilloscope`. I was able to compile O…
-
### Description
I am calling `jax.nn.dot_product_attention` with the following line:
```python
ctx = dot_product_attention(qs, ks, vs, is_causal=True, implementation="cudnn")
```
However, this …
-
I add some auto sharding codes in `xla/hlo/experimental/auto_sharding` folder, but build has an error.
The code can be found in [this PR](https://github.com/openxla/xla/pull/13643).
build using comm…
-
| | |
| --- | --- |
| Bugzilla Link | [28919](https://llvm.org/bz28919) |
| Version | trunk |
| OS | Linux |
| Attachments | [File containing the CUDA kernel](https://user-images.githubusercontent.c…
-
### Describe the bug
Hi.
Trying to install treesitter
When I open nvim i see error while installing parsers
### To Reproduce
1. Just open any file or :TSInstall lua (can be anyone)
2. TS attempt…
-
I just write a kernel and it contains a `x.to(tl.float8e5)` , in ncu I found it cause local memory read/store
-
I lookde this artcle →[GMD](https://gmd.copernicus.org/articles/12/4955/2019/) to try to build netcdf-fortran-4.4.4. But It's not working.
```
./configure
make
sudo make check
make all-recur…
-
### Steps to reproduce
Concretizing the following environment
```yaml
spack:
specs:
- gcc@=12.3.0
view: false
concretizer:
unify: true
config:
install_tree:
root: /t…