Skip to content

Kokkos disable profiling if DLlib is disabled

James Willenbring requested to merge kokkos-profile-dl into develop

Created by: ibaned

@trilinos/kokkos @trilinos/framework

Description

Disable Kokkos profiling when the TPL DLlib is disabled.

Motivation and Context

Kokkos profiling requires DLlib, currently if one disables DLlib then there are link failures in Kokkos because profiling remains enabled.

Related Issues

  • Closes kokkos/kokkos#1422

How Has This Been Tested?

Tested in a custom build that -DTPL_ENABLE_DLlib:BOOL=OFF causes Kokkos profiling to be disabled.

Merge request reports