Skip to content

Commit

Permalink
no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Dec 13, 2023
1 parent 9fa290a commit 40377fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/backend/Level0/CHIPBackendLevel0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* The above copyright notice and this permission notice shall be included
* in all copies or substantial portions of the Software.
*
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
Expand Down Expand Up @@ -1665,8 +1666,9 @@ chipstar::ExecItem *CHIPBackendLevel0::createExecItem(dim3 GirdDim,
return ExecItem;
};

std::shared_ptr<chipstar::Event> CHIPBackendLevel0::createEventShared(
chipstar::Context *ChipCtx, chipstar::EventFlags Flags) {
std::shared_ptr<chipstar::Event>
CHIPBackendLevel0::createEventShared(chipstar::Context *ChipCtx,
chipstar::EventFlags Flags) {
std::shared_ptr<chipstar::Event> Event;

auto ZeCtx = (CHIPContextLevel0 *)ChipCtx;
Expand Down

0 comments on commit 40377fe

Please sign in to comment.