-
Crystal uses two strategies to run codegen specs. If the snippet requires the prelude, then `::run` injects a `print` call, builds the code to an actual temporary executable, then inspects its output …
-
First of all I just want to thank you all very much for creating this incredible tool. It has completely changed the way I debug and I'm very much in the "can't ever go back" camp. Big big thanks. Now…
-
Before hearing that ORCv2 prevented defining the same function more than once, I had an idea about how to get around the problem, for example in Kaleidoscope.
Before creating the function, the proces…
-
Tried compiling a ONNX model containing LogSoftmax operator and the compiler is failing with this error:
```
Error code: MODEL_LOADER_UNSUPPORTED_OPERATOR
Error message: Failed to load operator L…
-
We *have* to do this some time real soon now, as Linux distributions are beginning to phase out LLVM 3.5. Also, clang 3.5 isn't supported by MacPorts on current macOS systems any more, while LLVM 3.5 …
-
LLVM >= 11 made `llvm::StringRef`->`std::string` conversion explicit, because this conversion is pretty expensive and developers should be aware that it happens.
The result of this change is that …
-
| | |
| --- | --- |
| Bugzilla Link | [31103](https://llvm.org/bz31103) |
| Version | trunk |
| OS | All |
| CC | @AlexDenisov,@anarazel,@joker-eph,@lhames,@programmerjake,@weliveindetail |
## Exte…
-
```
julia> @btime Float16(rand())
15.878 ns (0 allocations: 0 bytes)
julia> @btime Float16(Float32(rand()))
5.928 ns (0 allocations: 0 bytes)
julia> @btime Float16(rand(Float32))
4.282…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR31103](https://bugs.llvm.org/show_bug.cgi?id=31103) |
| Status | NEW |
| Importance | P normal |
|…
-
I am working on a LLVM front-end that aims to generate position-independent code that does not require any linking. Basically, each generated module would consist of one function that only interacts w…