Skip to content

Commit

Permalink
Add missing have_level_zero_op_non_type_t
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Nov 16, 2023
1 parent d1fb80f commit bfa3fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,9 @@ namespace ttg_parsec {
template <typename T>
using have_hip_op_non_type_t = decltype(T::have_hip_op);

template <typename T>
using have_level_zero_op_non_type_t = decltype(T::have_hip_op);

bool alive = true;

static constexpr int numinedges = std::tuple_size_v<input_tuple_type>; // number of input edges
Expand Down

0 comments on commit bfa3fde

Please sign in to comment.