Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid enum without fixed underlying type to fix SYCL #1940

Merged

Conversation

masterleinad
Copy link
Contributor

Compiling the tests for the SYCL backend currently fails with

clang++: warning: CUDA version is newer than the latest supported version 11.5 [-Wunknown-cuda-version]
clang++: warning: CUDA version is newer than the latest supported version 11.5 [-Wunknown-cuda-version]
In file included from /app/kokkos-kernels/ode/unit_test/backends/Test_SYCL_ODE.cpp:19:
In file included from /app/kokkos-kernels/test_common/Test_SYCL.hpp:17:
In file included from /app/kokkos-install/include/Kokkos_Core.hpp:43:
In file included from /app/kokkos-install/include/Kokkos_Core_fwd.hpp:28:
In file included from /app/kokkos-install/include/Kokkos_Macros.hpp:96:
In file included from /app/kokkos-install/include/KokkosCore_Config_SetupBackend.hpp:22:
In file included from /app/kokkos-install/include/setup/Kokkos_Setup_SYCL.hpp:36:
In file included from /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/sycl.hpp:16:
In file included from /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/backend.hpp:18:
In file included from /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/detail/backend_traits_opencl.hpp:26:
In file included from /opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/queue.hpp:21:
/opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/handler.hpp:1253:50: error: unscoped enum 'newton_solver_status' requires fixed underlying type
    kernel_parallel_for<KernelName, ElementType>(KernelFunc);
                                                 ^
/opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/handler.hpp:1042:7: note: in instantiation of function template specialization 'sycl::handler::kernel_parallel_for_wrapper<sycl::detail::RoundedRangeKernel<sycl::item<1, true>, 1, Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>>, sycl::item<1, true>, sycl::detail::RoundedRangeKernel<sycl::item<1, true>, 1, Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>>>' requested here
      kernel_parallel_for_wrapper<KName, TransformedArgType>(Wrapper);
      ^
/opt/intel/oneapi/compiler/2023.0.0/linux/bin-llvm/../include/sycl/handler.hpp:1471:5: note: in instantiation of function template specialization 'sycl::handler::parallel_for_lambda_impl<Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>, Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>, 1>' requested here
    parallel_for_lambda_impl<KernelName>(NumWorkItems, std::move(KernelFunc));
    ^
/app/kokkos-install/include/SYCL/Kokkos_SYCL_Parallel_Range.hpp:94:13: note: in instantiation of function template specialization 'sycl::handler::parallel_for<Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>, Kokkos::Impl::FunctorWrapperRangePolicyParallelFor<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>>>' requested here
        cgh.parallel_for<FunctorWrapperRangePolicyParallelFor<Functor, Policy>>(
            ^
/app/kokkos-install/include/SYCL/Kokkos_SYCL_Parallel_Range.hpp:133:25: note: in instantiation of function template specialization 'Kokkos::Impl::ParallelFor<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>, Kokkos::Experimental::SYCL>::sycl_direct_launch<Kokkos::Experimental::Impl::SYCLFunctionWrapper<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::Experimental::Impl::SYCLInternal::USMObjectMem<sycl::usm::alloc::host>, true>>' requested here
    sycl::event event = sycl_direct_launch(m_policy, functor_wrapper,
                        ^
/app/kokkos-install/include/impl/Kokkos_ViewMapping.hpp:3105:15: note: in instantiation of member function 'Kokkos::Impl::ParallelFor<Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>, Kokkos::RangePolicy<Kokkos::Experimental::SYCL, Kokkos::IndexType<long>>, Kokkos::Experimental::SYCL>::execute' requested here
      closure.execute();
              ^
/app/kokkos-install/include/impl/Kokkos_ViewMapping.hpp:3075:7: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
      parallel_for_implementation();
      ^
/app/kokkos-install/include/impl/Kokkos_ViewMapping.hpp:3456:27: note: in instantiation of function template specialization 'Kokkos::Impl::ViewValueFunctor<Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace>, KokkosODE::Experimental::newton_solver_status, true>::construct_shared_allocation<KokkosODE::Experimental::newton_solver_status>' requested here
        record->m_destroy.construct_shared_allocation();
                          ^
/app/kokkos-install/include/Kokkos_View.hpp:1421:60: note: in instantiation of function template specialization 'Kokkos::Impl::ViewMapping<Kokkos::ViewTraits<KokkosODE::Experimental::newton_solver_status *, Kokkos::Experimental::SYCL>, void>::allocate_shared<std::basic_string<char>, Kokkos::Experimental::SYCLDeviceUSMSpace, Kokkos::Experimental::SYCL>' requested here
    Kokkos::Impl::SharedAllocationRecord<>* record = m_map.allocate_shared(
                                                           ^
/app/kokkos-install/include/Kokkos_View.hpp:1512:9: note: in instantiation of function template specialization 'Kokkos::View<KokkosODE::Experimental::newton_solver_status *, Kokkos::Experimental::SYCL>::View<std::basic_string<char>>' requested here
      : View(Impl::ViewCtorProp<std::string>(arg_label),
        ^
/app/kokkos-kernels/ode/unit_test/Test_ODE_Newton.hpp:218:56: note: in instantiation of function template specialization 'Kokkos::View<KokkosODE::Experimental::newton_solver_status *, Kokkos::Experimental::SYCL>::View<char[21]>' requested here
  Kokkos::View<newton_solver_status*, execution_space> status(
                                                       ^
/app/kokkos-kernels/ode/unit_test/Test_ODE_Newton.hpp:525:11: note: in instantiation of function template specialization 'Test::test_newton_status<Kokkos::Experimental::SYCL, float>' requested here
  ::Test::test_newton_status<TestExecSpace, float>();
          ^
[...]

Just providing an underlying type for enum in question fixes the issue.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO INSPECTION HAS BEEN PERFORMED ON THIS PULL REQUEST! - This PR must be inspected by setting label 'AT: PRE-TEST INSPECTED'.

@lucbv
Copy link
Contributor

lucbv commented Aug 14, 2023

Ah good to know, that one was my mistake, I did not test the time integration solvers with SYCL... will be more careful before merging #1930 which introduces more enums...

@lucbv lucbv self-requested a review August 14, 2023 14:18
@lucbv lucbv added Cleanup Code maintenance that isn't a bugfix or new feature AT: PRE-TEST INSPECTED Mark this PR as approved for testing. labels Aug 14, 2023
@kokkos-devops-admin kokkos-devops-admin removed the AT: PRE-TEST INSPECTED Mark this PR as approved for testing. label Aug 14, 2023
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; this inspection will remain valid until a new commit to source branch is performed.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 816
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 407
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 80
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 79
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 79
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 85
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 69
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 580
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 575
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 574
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 96
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (masterleinad/kokkos-kernels)
  • Branch: sycl_avoid_enum_wo_underlying_type
  • SHA: 30a2e3f
  • Mode: TEST_REPO

Pull Request Author: masterleinad

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_CUDA11_CUDA11_LayoutRight

  • Build Num: 816
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10

  • Build Num: 407
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021

  • Build Num: 80
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GNU1021_Light_LayoutRight

  • Build Num: 79
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GNU1021

  • Build Num: 79
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL19_solo

  • Build Num: 85
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_CLANG1001_solo

  • Build Num: 69
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_Tpls_ARMPL2110

  • Build Num: 580
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_A64FX_GCC1020

  • Build Num: 575
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_ROCM520

  • Build Num: 574
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_VEGA908_Tpls_ROCM520

  • Build Num: 96
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_REPO https://github.com/masterleinad/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 30a2e3f
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA a0684e1
PR_LABELS Cleanup
PULLREQUESTNUM 1940
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ lucbv ]!

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@lucbv lucbv merged commit 0c2a295 into kokkos:develop Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code maintenance that isn't a bugfix or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants