Skip to content

Commit

Permalink
Nothing to see here (LLNL#277)
Browse files Browse the repository at this point in the history
* Nothing to see here

* Nothing else to see here
  • Loading branch information
DavidPoliakoff authored Jun 5, 2020
1 parent 1098dbc commit b5315c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/kokkos/KokkosProfilingSymbols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ extern "C" void kokkosp_init_library(const int loadSeq,
const uint64_t interfaceVer,
const uint32_t devInfoCount,
void* deviceInfo) {
cali::Annotation("caliper_initialization_trigger",CALI_ATTR_HIDDEN).begin();
cali::Annotation("callback_initialization_trigger",CALI_ATTR_HIDDEN).end();
cali_init();
kokkosp_callbacks.kokkosp_init_callback(loadSeq,interfaceVer,devInfoCount, deviceInfo);
}

Expand Down

0 comments on commit b5315c1

Please sign in to comment.