Cezary Skrzyński

Results 74 comments of Cezary Skrzyński

Reproduced consistently with AppVeyor builds in [Kokkos](https://github.com/kokkos/kokkos/) CI, for a full log see [this](https://github.com/kokkos/kokkos/). Using Visual Studio 2019 and CMake: ``` image: - Visual Studio 2019 (...) build_script: - cmd:...

Converting to draft until the switch to using `FetchContent_Declare` is completed.

Windows build fails due to recently introduced bug in `benchmark`: https://github.com/google/benchmark/issues/1441.

`SYCL-OneAPI` build failure is unrelated. Both NVHPC builds have perf tests disabled for now, since I was unable to silence following warnings: ``` "/var/jenkins/workspace/Kokkos/build/_deps/googlebenchmark-src/include/benchmark/benchmark.h", line 402: error: function "benchmark::MemoryManager::Stop(benchmark::MemoryManager::Result *)"...

Jenkins failure is unrelated: ``` Error response from daemon: Error processing tar file(exit status 1): open /Dockerfile.clang: no space left on device ```

> Conflicts with #5378 I assume you want to rebase after #5378 gets merged Please advise #5378 still has some unanswered comments and @thearusable is currently on vacation, so I...

> @cz4rs is this finished or you are still working on the other perf tests like PerfTest_ViewFill, etc? I will post the remaining perf tests in a separate PR. This...

> Couple things: First: we need fences after the View creation, so the init is guaranteed to be done. Note this is also true for the blocking deep_copy test case,...

Have you tested what happens when Git is not found or when there is no Git repository (for example building from tarball)?