Skip to content
Started 5 mo 16 days ago
Took 6 hr 0 min
Aborted

Build #2 (Dec 1, 2023, 11:52:26 AM)

Changes
  1. Add support for HIP Graph (details / githubweb)
  2. Do not use HIP Graph with ROCm 5.2 (details / githubweb)
  3. Fix reviewer's comments (details / githubweb)
  4. Address reviewer' comments (details / githubweb)
  5. [SYCL][Reduction] Group counter should use at least memory_order::acq_rel (details / githubweb)
  6. Same for scan (details / githubweb)
  7. Clean up benchmarks/gups (details / githubweb)
  8. benchmark/gups: use CMake (details / githubweb)
  9. #5635: Add parallel_scan with value for CUDA and ThreadVectorRange (details / githubweb)
  10. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  11. Fix Cuda parallel_scan ThreadVectorRange range (details / githubweb)
  12. Assign final sum in Cuda parallel_scan ThreadVectorRange (details / githubweb)
  13. Fix race condition in functor_vec_scan_ret_val test (details / githubweb)
  14. Fix parallel_scan_with_reducers test (details / githubweb)
  15. Move final assignment to correct scope (details / githubweb)
  16. HIP: Restrict AVX2 workaround to ROCm 5.6 and 5.7 (details / githubweb)
  17. SIMD: Math functions should be in namespace Kokkos (details / githubweb)
  18. SYCL: Disable another bessel function test for Intel GPUs (details / githubweb)
  19. team-level std algos: part 10 (#6256) (details / githubweb)
  20. team-level std algos: part 11 (#6258) (details / githubweb)
  21. #5635: HIP: Add Overloads for parallel_scan with return value for TeamThreadRange (#6302) (details / githubweb)
  22. #5635: Add parallel_scan overloads with value for Threads (details / githubweb)
  23. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  24. use shortcut (details / githubweb)
  25. Skip testing for non-power-of-two team sizes (details / githubweb)
  26. Fix formatting (details / githubweb)
  27. Add parallel_scan overloads with value for HIP backend (details / githubweb)
  28. Use std::is_same_v (details / githubweb)
  29. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  30. #5635: SYCL: Add parallel_scan overload with return value (details / githubweb)
  31. Use std::is_same_v (details / githubweb)
  32. OpenMP: Fix TeamThreadRange parallel_scan with return value for team_size > 1 (details / githubweb)
  33. Add compatible copy assignment operator to DualView (details / githubweb)
  34. Fix minimum version for Google benchmark (details / githubweb)
  35. Add test of copy constructor/assignment operator for DualView. (details / githubweb)
  36. Compute concurrency on HIP using Kokkos hardcoded m_maxWavesPerCU (details / githubweb)
  37. Modify test so that source and destination view are of different type (details / githubweb)
  38. Use call operator instead of run_me function (details / githubweb)
  39. team-level std algos: part 12 (#6350) (details / githubweb)
  40. core/src: Add half single and double mixed compare (LT,GT,LE,GE) (#6407) (details / githubweb)
  41. Moving abort and assert into their own public headers (#6445) (details / githubweb)
  42. Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  43. Add parallel_scan overloads with value for Threads (details / githubweb)
  44. Allow detecting SIMD types based on compiler macros  (#6188) (details / githubweb)
  45. Add KOKKOS_ARCH_ARM_NEON (details / githubweb)
  46. Fix implementation for cyl_bessel_i0 (details / githubweb)
  47. cleaning: remove iostream from headers where possible (IWYU) (details / githubweb)
  48. Fix compiling SIMD unit tests on NVIDIA (details / githubweb)
  49. guards to ensure DBL_EPSILON return for POWER8,9 (details / githubweb)
  50. Fix NVCC warnings (#6483) (details / githubweb)
  51. team-level std algos: part 13 (#6351) (details / githubweb)
  52. Also fix annotations for generator constructor for AVX512 and NEON (details / githubweb)
  53. #5635: SYCL: Add parallel_scan overload with value for ThreadVectorRange (details / githubweb)
  54. Fix atomic operations bug for Min and Max (#6435) (details / githubweb)
  55. Fix example/build_cmake_installed_different_compiler (details / githubweb)
  56. fix impl (details / githubweb)
  57. Update core/src/HIP/Kokkos_HIP_KernelLaunch.hpp (details / githubweb)
  58. Split Kokkos_Threads_Parallel files (details / githubweb)
  59. HPX: Implement TeamThread and ThreadVector parallel_scan with return value (details / githubweb)
  60. Serial: Allow for distinct execution space instances (#6441) (details / githubweb)
  61. add overload for TeamThreadRange (details / githubweb)
  62. address review comment (details / githubweb)
  63. Update to HIP TeamPolicy Block number heuristic (#6284) (details / githubweb)
  64. SIMD: Split math functions from SIMD_Common.hpp (#6487) (details / githubweb)
  65. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  66. ad threadvector (details / githubweb)
  67. fix order (details / githubweb)
  68. remove guards (details / githubweb)
  69. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  70. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  71. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  72. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  73. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  74. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  75. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  76. add guards (details / githubweb)
  77. avoid auto (details / githubweb)
  78. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  79. [deprecated code 3] remove all default device init tests (details / githubweb)
  80. [deprecated code 3] remove InitArguments (details / githubweb)
  81. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  82. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  83. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  84. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  85. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  86. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  87. Get rid of FIXME_OPENMP (details / githubweb)
  88. [deprecated code 3] remove MasterLock (details / githubweb)
  89. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  90. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  91. Do not append " - blocks" to the bitset label (details / githubweb)
  92. with_updated_label -> append_to_label (details / githubweb)
  93. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  94. Fixup in README (github -> GitHub) (details / githubweb)
  95. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  96. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  97. Remove sleep and wake functions (details / githubweb)
  98. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  99. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  100. Remove unused variables (details / githubweb)
  101. Remove Sentinel struct from Threads (details / githubweb)
  102. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  103. Remove useless forward declaration (details / githubweb)
  104. Remove spawn function (details / githubweb)
  105. Add comments (details / githubweb)
  106. Fix indentation (details / githubweb)
  107. Fix typo in macro guard (details / githubweb)
  108. Reduce number of View constructor instantiations (details / githubweb)
  109. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  110. Split files in HIP backend (details / githubweb)
  111. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  112. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  113. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  114. Threads remove unused variables and functions (#6566) (details / githubweb)
  115. Remove unused Sandia testing files (#6568) (details / githubweb)
  116. fallback implementation cleanup (details / githubweb)
  117. Remove empty quotation marks for static_assert (details / githubweb)
  118. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  119. Drop Clang+CUDA workaround (details / githubweb)
  120. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  121. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  122. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  123. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  124. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  125. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  126. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  127. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  128. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  129. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  130. OpenACC: add atomics support (#6446) (details / githubweb)
  131. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  132. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  133. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  134. try fix (details / githubweb)
  135. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  136. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  137. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  138. Added missing operator* to NEON simd (details / githubweb)
  139. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  140. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  141. try fix (details / githubweb)
  142. avoid pyt package (details / githubweb)
  143. try (details / githubweb)
  144. fix for macos (details / githubweb)
  145. remove comments (details / githubweb)
  146. use reference (details / githubweb)
  147. add branching (details / githubweb)
  148. [ci skip] fix formatting (details / githubweb)
  149. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  150. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  151. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  152. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  153. Add jenkins multibranch pipeline options (details / githubweb)
  154. kokkos(profiling): do not finalize in any backend (details / githubweb)
  155. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  156. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  157. unorderedmap: modernize traits (details / githubweb)
  158. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)
Changes
  1. Add support for HIP Graph (details / githubweb)
  2. Do not use HIP Graph with ROCm 5.2 (details / githubweb)
  3. Fix reviewer's comments (details / githubweb)
  4. Address reviewer' comments (details / githubweb)
  5. [SYCL][Reduction] Group counter should use at least memory_order::acq_rel (details / githubweb)
  6. Same for scan (details / githubweb)
  7. Clean up benchmarks/gups (details / githubweb)
  8. benchmark/gups: use CMake (details / githubweb)
  9. #5635: Add parallel_scan with value for CUDA and ThreadVectorRange (details / githubweb)
  10. #5635: Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  11. Fix Cuda parallel_scan ThreadVectorRange range (details / githubweb)
  12. Assign final sum in Cuda parallel_scan ThreadVectorRange (details / githubweb)
  13. Fix race condition in functor_vec_scan_ret_val test (details / githubweb)
  14. Fix parallel_scan_with_reducers test (details / githubweb)
  15. Move final assignment to correct scope (details / githubweb)
  16. HIP: Restrict AVX2 workaround to ROCm 5.6 and 5.7 (details / githubweb)
  17. SIMD: Math functions should be in namespace Kokkos (details / githubweb)
  18. SYCL: Disable another bessel function test for Intel GPUs (details / githubweb)
  19. team-level std algos: part 10 (#6256) (details / githubweb)
  20. team-level std algos: part 11 (#6258) (details / githubweb)
  21. #5635: HIP: Add Overloads for parallel_scan with return value for TeamThreadRange (#6302) (details / githubweb)
  22. #5635: Add parallel_scan overloads with value for Threads (details / githubweb)
  23. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  24. use shortcut (details / githubweb)
  25. Skip testing for non-power-of-two team sizes (details / githubweb)
  26. Fix formatting (details / githubweb)
  27. Add parallel_scan overloads with value for HIP backend (details / githubweb)
  28. Use std::is_same_v (details / githubweb)
  29. #5635: Move some tests for parallel_scan to TestTeamScan (details / githubweb)
  30. #5635: SYCL: Add parallel_scan overload with return value (details / githubweb)
  31. Use std::is_same_v (details / githubweb)
  32. OpenMP: Fix TeamThreadRange parallel_scan with return value for team_size > 1 (details / githubweb)
  33. Add compatible copy assignment operator to DualView (details / githubweb)
  34. Fix minimum version for Google benchmark (details / githubweb)
  35. Add test of copy constructor/assignment operator for DualView. (details / githubweb)
  36. Compute concurrency on HIP using Kokkos hardcoded m_maxWavesPerCU (details / githubweb)
  37. Modify test so that source and destination view are of different type (details / githubweb)
  38. Use call operator instead of run_me function (details / githubweb)
  39. team-level std algos: part 12 (#6350) (details / githubweb)
  40. core/src: Add half single and double mixed compare (LT,GT,LE,GE) (#6407) (details / githubweb)
  41. Moving abort and assert into their own public headers (#6445) (details / githubweb)
  42. Add test for parallel_scan with return value for ThreadVectorRange (details / githubweb)
  43. Add parallel_scan overloads with value for Threads (details / githubweb)
  44. Allow detecting SIMD types based on compiler macros  (#6188) (details / githubweb)
  45. Add KOKKOS_ARCH_ARM_NEON (details / githubweb)
  46. Fix implementation for cyl_bessel_i0 (details / githubweb)
  47. cleaning: remove iostream from headers where possible (IWYU) (details / githubweb)
  48. Fix compiling SIMD unit tests on NVIDIA (details / githubweb)
  49. guards to ensure DBL_EPSILON return for POWER8,9 (details / githubweb)
  50. Fix NVCC warnings (#6483) (details / githubweb)
  51. team-level std algos: part 13 (#6351) (details / githubweb)
  52. Also fix annotations for generator constructor for AVX512 and NEON (details / githubweb)
  53. #5635: SYCL: Add parallel_scan overload with value for ThreadVectorRange (details / githubweb)
  54. Fix atomic operations bug for Min and Max (#6435) (details / githubweb)
  55. Fix example/build_cmake_installed_different_compiler (details / githubweb)
  56. fix impl (details / githubweb)
  57. Update core/src/HIP/Kokkos_HIP_KernelLaunch.hpp (details / githubweb)
  58. Split Kokkos_Threads_Parallel files (details / githubweb)
  59. HPX: Implement TeamThread and ThreadVector parallel_scan with return value (details / githubweb)
  60. Serial: Allow for distinct execution space instances (#6441) (details / githubweb)
  61. add overload for TeamThreadRange (details / githubweb)
  62. address review comment (details / githubweb)
  63. Update to HIP TeamPolicy Block number heuristic (#6284) (details / githubweb)
  64. SIMD: Split math functions from SIMD_Common.hpp (#6487) (details / githubweb)
  65. Allow NVHPC as device compiler only with Kokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON (details / githubweb)
  66. ad threadvector (details / githubweb)
  67. fix order (details / githubweb)
  68. remove guards (details / githubweb)
  69. UnorderedMap(space instance): proposal for #6067 (details / githubweb)
  70. Rename Kokkos_ThreadsExec to align with the other backends (details / githubweb)
  71. Promote Kokkos_Printf.hpp to public include (details / githubweb)
  72. simd: add floor, ceil, round, trunc operations (#6393) (details / githubweb)
  73. Update CI in OpenMPTarget to use llvm-17  (#6472) (details / githubweb)
  74. Rename Kokkos_ThreadsTeam.hpp to Kokkos_Threads_Team.hpp (details / githubweb)
  75. Kokkos_SIMD_Scalar.hpp: remove extra ';' (details / githubweb)
  76. add guards (details / githubweb)
  77. avoid auto (details / githubweb)
  78. [ci skip] Update Kokkos version to 4.2.99 (details / githubweb)
  79. [deprecated code 3] remove all default device init tests (details / githubweb)
  80. [deprecated code 3] remove InitArguments (details / githubweb)
  81. [deprecated code 3] remove KOKKOS_ACTIVE_EXECUTION_MEMORY_SPACE_* macros (details / githubweb)
  82. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for clamp, min, max, and minmax (details / githubweb)
  83. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  84. [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math constants (details / githubweb)
  85. [deprecated code 3] remove {OpenMP,HPX}::partition_master (details / githubweb)
  86. OpenMP backend cleanup following removal of deprecated code 3 (details / githubweb)
  87. Get rid of FIXME_OPENMP (details / githubweb)
  88. [deprecated code 3] remove MasterLock (details / githubweb)
  89. [deprecated code 3] remove ENABLE_DEPRECATED_CODE_3 option (details / githubweb)
  90. fixup! [deprecated code 3] remove using declaration in Kokkos::Experimental:: for all math functions (details / githubweb)
  91. Do not append " - blocks" to the bitset label (details / githubweb)
  92. with_updated_label -> append_to_label (details / githubweb)
  93. SYCL: Use SYCL_EXT_ONEAPI_DEVICE_GLOBAL to detect support for device global variables (details / githubweb)
  94. Fixup in README (github -> GitHub) (details / githubweb)
  95. Threads: replace enum with constexpr int and enum class (#6514) (details / githubweb)
  96. Added unit tests for reduction ops and few intel svml intrinsics (details / githubweb)
  97. Remove sleep and wake functions (details / githubweb)
  98. Prefer defaulted default constructor for Bitset (#6524) (details / githubweb)
  99. SYCL: Use host-pinned memory to copy reduction/scan result (#6500) (details / githubweb)
  100. Remove unused variables (details / githubweb)
  101. Remove Sentinel struct from Threads (details / githubweb)
  102. Small cleanup of ThreadsInternal::initialize (details / githubweb)
  103. Remove useless forward declaration (details / githubweb)
  104. Remove spawn function (details / githubweb)
  105. Add comments (details / githubweb)
  106. Fix indentation (details / githubweb)
  107. Fix typo in macro guard (details / githubweb)
  108. Reduce number of View constructor instantiations (details / githubweb)
  109. Bump HPX version used in CI to 1.9.0 (details / githubweb)
  110. Split files in HIP backend (details / githubweb)
  111. Trim some fat in `CudaInternal` (towards multiple GPUs support) (#6544) (details / githubweb)
  112. Only define STDALGO_TEAM_SOURCES_* once (details / githubweb)
  113. Rollback changes to view constructors to reduce the number of instantiations (#6564) (details / githubweb)
  114. Threads remove unused variables and functions (#6566) (details / githubweb)
  115. Remove unused Sandia testing files (#6568) (details / githubweb)
  116. fallback implementation cleanup (details / githubweb)
  117. Remove empty quotation marks for static_assert (details / githubweb)
  118. [ci skip] Drop unused <impl/Kokkos_Memory_Fence.hpp> header (details / githubweb)
  119. Drop Clang+CUDA workaround (details / githubweb)
  120. OpenMPTarget: CI compiler upgrade. (#6545) (details / githubweb)
  121. Add crtrott's launch_latency benchmark (#6379) (details / githubweb)
  122. Simplify fence functions in the Threads backend (#6571) (details / githubweb)
  123. simd: temporarily skip device math ops unit test for OpenMPTarget build (#6574) (details / githubweb)
  124. OpenMPTarget: Guard scratch memory usage in ParallelReduce (details / githubweb)
  125. SYCL: Implement DESUL_ATOMICS_ENABLE_SYCL_SEPARABLE_COMPILATION path (#6534) (details / githubweb)
  126. Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header (details / githubweb)
  127. Replace Marsaglia polar method with Box-muller to generate a normally distributed random number (#6556) (details / githubweb)
  128. OpenMP: No memset in viewfill (#6573) (details / githubweb)
  129. Revert "Desul atomics: Trade SYCL-specific compile definition for a macro defintion in the configuration header" (details / githubweb)
  130. OpenACC: add atomics support (#6446) (details / githubweb)
  131. Fix infinity, quiet_NaN, signaling_Nan, isfinite, isnan, isinf for half_t and bhalf_t (#6543) (details / githubweb)
  132. kokkos(unique): fix allocation of temporary view to enfore using the provided space instance (details / githubweb)
  133. Use binary wrapper for consistency in definition of half types numeric traits (#6590) (details / githubweb)
  134. try fix (details / githubweb)
  135. Fix TestNumericTriats.hpp for SYCL with bfloat16 support (details / githubweb)
  136. Fix generated Makefile when using gnu_generate_makefile.sh and make >= 4.3 (details / githubweb)
  137. Threads: add missing broadcast to TeamThreadRange parallel_scan (#6601) (details / githubweb)
  138. Added missing operator* to NEON simd (details / githubweb)
  139. [ci skip] Update changelog on develop for 4.2.00 (#6592) (details / githubweb)
  140. Remove KOKKOS_IMPL_DO_NOT_USE_PRINTF  (#6593) (details / githubweb)
  141. try fix (details / githubweb)
  142. avoid pyt package (details / githubweb)
  143. try (details / githubweb)
  144. fix for macos (details / githubweb)
  145. remove comments (details / githubweb)
  146. use reference (details / githubweb)
  147. add branching (details / githubweb)
  148. [ci skip] fix formatting (details / githubweb)
  149. GitHub Workflows: Use Ubuntu 22.04 instead of Fedora for Intel compiler testing (details / githubweb)
  150. nvcc(wrapper): adding missing `--generate-line-info` arg (details / githubweb)
  151. Add clang-format check to GitHub workflows (#6612) (details / githubweb)
  152. graph(HIP): adding inline keyword to fix #6623 (details / githubweb)
  153. Add jenkins multibranch pipeline options (details / githubweb)
  154. kokkos(profiling): do not finalize in any backend (details / githubweb)
  155. Replace ubuntu:18.04 with ubuntu:20.04 as base image for clang-format (details / githubweb)
  156. Disabling OpenACC in the CI because it emits too many warnings (details / githubweb)
  157. unorderedmap: modernize traits (details / githubweb)
  158. nvcc wrapper: remove troubling flag to fix 6628 (#6629) (details / githubweb)

Branch indexing

This run spent:

  • 1 day 8 hr waiting;
  • 6 hr 0 min build duration;
  • 6 hr 0 min total from scheduled to completion.
Revision: d4e83bf21a91b01ed22cd4e15c43a885773a9acf
Repository: https://github.com/kokkos/kokkos.git
  • PR-6373
Revision: ac749b9ed3f01ecb68e500789bcc5e1238853306
Repository: https://github.com/kokkos/kokkos.git
  • PR-6373

Timeout has been exceeded