-
Hi I have tried building pykaldi from sources but it fails for me when installing clif. I have tried to install it both with ninja and make. It's always the same error - seems to be related to the cla…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48897](https://bugs.llvm.org/show_bug.cgi?id=48897) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR14930](https://bugs.llvm.org/show_bug.cgi?id=14930) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [18325](https://llvm.org/bz18325) |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc,@dwblaikie,@jryans,@rnk |
## Extended Description
TableGen has quite …
-
- I am a bit confused what is depending on what. As far as I can see, pytorch depends on torchtriton, which in turn seems to depend on pytorch.
- Is there any difference between torchtriton and trit…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4317 |
|Radar | None |
|Original Reporter | @dabrahams …
-
Somewhere between igc 1.0.13700.7 and 1.0.14896.8, the build regressed with (I can do a proper bisect if needed):
```
/usr/bin/g++ -flto=auto -ffat-lto-objects -grecord-gcc-switches -pipe -Wall -W…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11978 |
|Radar | rdar://problem/58455054 |
|Original Repo…
-
snippet:
````rust
#![feature(abi_x86_interrupt)]
pub extern "x86-interrupt" fn f(_: ()) {}
````
Version information
````
rustc 1.81.0-nightly (9fdbfe144 2024-06-13)
binary: rustc
commit…
-
```fortran
program max_01
real(8) :: y
real :: z
y = 5.2d0
z = 9.0
print *, max(y, z)
end program
```
```console
$ lfortran tests/errors/max_01.f90
warning: Different ki…