-
Hi @skeeto , thanks for making this. Can you explain (or point me to resources) why LTO got disabled in version 1.22.0?
Thank you.
-
Use it to reduce code size.
http://nerdralph.blogspot.com/2014/04/gcc-link-time-optimization-can-fix-bad.html
-
## Question
I want to add a SCSI device(LTO-9 tape device) on opencas to build a tape cache. Does opencas natively support the SCSI interface? If not, how much code needs to be modified? Will it be t…
-
**Is your feature request related to a problem? Please describe.**
After Pynvjitlink is introduced into `Numba-CUDA`, I would like to be able to jit cuda source files into LTOIR and link it with nvji…
-
To reproduce install Flutter via `snap` add add `set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)` inside `linux/CMakeLists.txt`, before declaring targets.
The run will fails with `LLVMgold.so` unable …
knopp updated
2 months ago
-
Enemies in Marathon / Infinity (presumably Durandal, didn't check) are not visible when the binary is built with LTO.
## To Reproduce
```
CFLAGS="-march=native -O2 -pipe -flto" CXXFLAGS="-march…
-
Once installed the latest commit of `lzallright`, when I import it, I get:
```
>>> import lzallright
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.12/site-pac…
-
Ceres Solver compiled with GCC 12.1.1 and `-flto=auto` flag issues the following warning in release builds:
```
In member function ‘deallocate’,
inlined from ‘deallocate’ at /usr/include/c++/12…
-
This is an issue at commit: 87ee0b46b834f67bad9025d4a82ed5654f3403d3
I tried enabling GCC LTO for PyTorch in this PR: https://github.com/pytorch/pytorch/pull/137866 and hit this warning that is treat…
-
This would allow the compiler to further optimize LLVM and increase the speed of the resulting toolchain (maybe even reduce the size?). Is this possible?