-
I am asking since i know that this needs Visual Basic. Not sure if this can utilize other C++ Compliers for Mac. Thanks in advance!
-
```shell
cmake -Bbuild/cxx23 -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD=23
```
and the build fails with errors like
```
FAILED: CM…
-
**Describe the bug**
Error during compilation:
```
[ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
cd /work2/00434/eijkhout/kokkos/build-4.2.00-clx-i…
-
Upon cloning gallery and building for the first time, I've hit the following requirements that are beyond what is covered in [RNW Dependencies](https://microsoft.github.io/react-native-windows/docs/rn…
-
```c++
#include
#include
#include
constexpr auto test(std::vector v, int* out) {
std::ranges::copy(v | std::views::join, out);
}
static_assert([] {
int a[4] = {};
test({{1, 2}, {…
-
**Describe the bug**
Since I moved to kokkos 4.0.00, I get the following error message (independently of the source code):
clang-15: error: unsupported option '-fopenmp-targets=' for language mode '…
-
C++23 deprecates std::aligned_storage and std::aligned_storage_t. This should be addressed in upcoming versions. :)
### What version of gRPC and what language are you using?
gRPC 1.52.1
###…
-
Latest commit from main. When pressing controls button, everything freezes and crashes.
Build config:
`cmake -DCMAKE_CXX_FLAGS="-D_GLIBCXX_DEBUG" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -D…
-
Tested with
Clang version 17.0.0 (++20230624042319+ee2bf319bc05-1\~exp1\~20230624042420.1017)
The issue looks similar to #62943 but that fix is this version of Clang. Testing this code with libc+…
-
When using the Kokkos::Experimental::cyl_bessel_i0 function, some input values lead to unexpected nan values.
I am using nvcc Build cuda_11.8.r11.8/compiler.31833905_0 and g++-11 (Debian 11.3.0-12)…