-
| | |
|--------------------|----|
| Bugzilla Link | [PR44460](https://bugs.llvm.org/show_bug.cgi?id=44460) |
| Status | NEW |
| Importance | P enhancemen…
-
### 🐛 Describe the bug
I am attempting to train a convolutional autoencoder model with pytorch. I am using:
torch==2.3.1 + cuda 12.1 and 4 GPUs.
I have attempted this training with both pyt…
-
| | |
| --- | --- |
| Bugzilla Link | [50964](https://llvm.org/bz50964) |
| Version | 12.0 |
| OS | All |
| CC | @fhahn,@TH3CHARLie |
## Extended Description
Issue description:
https://llvm.discou…
-
From @ilayn, who can hopefully expand:
> We must (full emphasis on must) port LAPACK out of F77 for fast computing as scientific community (of all languages). LAPACK codebase is treated as the scri…
-
Tried to decompile a kernel binary but failed.
```
$ /Users/user/Downloads/retdec/bin/retdec-decompiler.py /Users/user/Downloads/retdec_output/kernel
##### Checking if file is a Mach-O Universal…
-
Consider this code:
for (int i=0; i<lights.length; i+=4) {
for (int j=0; j<4; j++) {
if ((i+j)<lights.length) {
…
-
I found the initialization strategy quite creative and interesting!
Suggestions:
Initialization Optimization
I suggest optimizing the computational cost by sorting the sets based on their cover…
-
Originally encountered on the Julia Slack, then discussed a bit on the Rust Discord.
The following loop has no side effects and should be simple enough to fold, yet both clang and rustc end up with a…
-
# De-Abstraction
In .NET 10 we hope to further enhance the JIT's ability to remove abstraction overhead from code.
## Stack Allocation Improvements
See https://github.com/dotnet/runtime/issues/104…
-
Hello,
First of all, thank you for creating this lidar-based SLAM. In particular, that it works for ROS2 Humble. :)
So far, it's working really well. I use it with a Velodyne VLP-16 for outdoor use…