Alexis Montoison
Alexis Montoison
@nimgould We need the following check: ``` #if defined(__INTEL_COMPILER) && defined(_WIN32) ```
> I've put the check you suggest along with _Quad in this case as this seems to be the Intel quad name. Let's see @nimgould The issue is this line:...
```shell ../include/cutest.h(61): error: identifier "_Quad" is undefined typedef _Quad quadreal; ``` We should drop the old Intel compilers for CI and say somewhere that only the new Intel compilers are...
Hi @stumarcus314! Yes, I plan to compile it with Yggdrasil but @salomonl wanted to add additional features in the C interface NOMAD for NOMAD.jl. So we will maybe wait the...
The release 4.4.0 can't be compiled on MinGW. We have compilation errors: https://buildkite.com/julialang/yggdrasil/builds/8440#018dba59-c8fc-4798-a8e8-73e1e62e28fc/617-1472 It also seems that some libraries are not correctly linked: https://buildkite.com/julialang/yggdrasil/builds/8440#018dba59-c8d7-4a96-a363-4066f34d3272/617-1590 Yggdrasil can fix that for us...
I like the idea of an environment variable `JULIA_PROJECT_SUBDIR`. :+1:
I tested it [here](https://github.com/ralna/GALAHAD/pull/219). It works well. :+1:
Thanks @ararslan, I added all your suggestions.
Is it possible to keep the initial function with `A::Vector{
> I can always restore the older version. But doesn't that just duplicate the behavior of `gemm_batched!` with some extra steps? In this case the switch would be relatively simple...