-
this example should not allocate:
```
using LinearAlgebra, DifferentialEquations, DiffEqGPU
A = Float32[1. 0 0 -5; 4 -2 4 -3; -4 0 0 1; 5 -2 2 3]
u0 = Array{Float32}(rand(4,2))
tspan = (0…
-
I've been trying to work around #217 in a complex codebase and have a simplified reproduction of a related issue. In my case, the trait in question needs a generic type **and** lifetime (due to async …
-
Hi Zayd:
I was wondering if you can setup the instructions for static compilation and @msoos added the option for a seed to spur for reproducibility (Here is the commit: https://github.com/meelgro…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR22171](https://bugs.llvm.org/show_bug.cgi?id=22171) |
| Status | NEW |
| Importance | P normal |
|…
-
If we want to reduce the binary size/compilation time, then I could think of two ideas:
First, split the target and `TargetInfo` into two arrays, this would help simplify the array, a…
-
On EL 9.2, the following compilation error occurs because `gettid()` is re-defined:
```
../tests/lhsmtool_cmd.c:170:21: error: static declaration of ‘gettid’ follows non-static declaration
170 …
-
I am trying to build a static `.lib` file on Windows.
This is my version of Clang.
```console
> clang --version
clang version 15.0.2
Target: x86_64-pc-windows-msvc
Thread model: posix
Install…
-
[jcouv update:] two EE tests affected by this issue were disabled.
Currently the compilation created within the context sets the LanguageVersion to the default latest major. Need a way to set it to…
-
Hello
Ubuntu clang version 18.1.3 (1ubuntu1)
$ clang++ -O1 -g -fsanitize=address -fno-omit-frame-pointer example_UseAfterFree.cc
$ clang++ -O1 -g -fsanitize=address -fno-omit-frame-pointer examp…
-
Hiya, this is more a platform for discussion than anything else. I wanted to post this issue here because I'm interested in contributing to it, but I wanted some guidance first.
**TL;DR: I'd like t…