-
I tried build on macOS and it failed. (macOS sonoma 14.7, arm64, M1 Mac)
This is log after `./bin/compile` on branch current main 72836c5.
(I folllowed [build.md](https://github.com/jank-lang/ja…
-
Hi Everyone,
It looks like the std::make_unique issue has returned in a new install of R 4.4.0.
Any advice on how to proceed would be much appreciated.
Best,
John
`
> devtools::install_git…
-
Hello. I have encountered a problem with porting my program. I use std::complex with boost::multiprecision::number. In a simplified version, my program looks like this:
```cpp
#include
#include …
-
### Describe the bug
`onnxruntime` using CUDA is packaged with both `onnxruntime_USE_CUDA` and `onnxruntime_DISABLE_CONTRIB_OPS` which effectively disables CUDA and leads to following error on runtim…
anpin updated
5 months ago
-
```
Error C4996 'std::aligned_storage::type': warning STL4034: std::aligned_storage and std::aligned_storage_t are deprecated in C++23. Prefer alignas(T) std::byte t_buff[sizeof(T)]. You can define _…
-
Hello y'all, first of all awesome work!!!
I'm using `cli` in my `libc++/clang` project and I'm getting the error:
```
/usr/bin/../include/c++/v1/__memory/unique_ptr.h:66:19: error: invalid appl…
-
> I made a related comment over here: https://github.com/kokkos/kokkos-kernels/pull/1626#issuecomment-1402698018
>
> This looks like a really great set of information. Would it be possible to inclu…
-
The overarching goal is to have `Kokkos::print_configuration` print something actually useful. At the moment it is clearly lacking important things like Kokkos commit hash, Desul bundled or external …
-
When trying to compile the `parallel_scan` example for CUDA, provided at the bottom of [this part of the Kokkos documentation](https://kokkos.github.io/kokkos-core-wiki/API/core/parallel-dispatch/para…
-
# Describe the bug
The following program doesn't compile.
```C++
#include
int main()
{
std::vector vb{true};
vb.begin()->flip();
(*vb.begin()).flip();
}
```
It's probab…