Skip to content

Commit

Permalink
revert mods
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoodw committed Nov 18, 2024
1 parent 4253c8f commit 89be571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions tensilelite/Tensile/Common.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ def supportedCompiler(compiler: str) -> bool:
# These predicates can be used to adjust solution selection compute-bound or memory-bound problems.
"AssertAIGreaterThanEqual": -1,
"AssertAILessThanEqual": -1,

# Stagger the start summation position of the tiles.
# Elements from the summation dimension are loaded at offsets rather than all starting at 0.
# StaggerU is the max 'clicks' of StaggerUStride bytes where each wg starts ; see StaggerUMapping
Expand Down Expand Up @@ -1196,9 +1197,6 @@ def supportedCompiler(compiler: str) -> bool:
{"AssertSummationElementMultiple": [ 1 ] },
{"AssertFree0ElementMultiple": [ 1 ] },
{"AssertFree1ElementMultiple": [ 1 ] },

{"AssertAIGreaterThanEqual": [-1]},
{"AssertAILessThanEqual": [-1]},

{"AssertAIGreaterThanEqual": [-1]},
{"AssertAILessThanEqual": [-1]},
Expand Down
2 changes: 1 addition & 1 deletion tensilelite/Tensile/Source/lib/include/Tensile/Debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace Tensile
bool getSolutionSelectionTrace() const;

int getGridbasedTopSols() const;

bool printStreamKGridInfo() const;

bool gridBasedKDTree() const;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
&& HIP_VERSION_PATCH > 42130 //tmp before gfx94 use hip f8 header
#define HIP_FP8_TYPE_OCP 1
#endif
// #include <hip/hip_fp8.h>
#include <hip/hip_fp8.h>

namespace tensile_hip_f8_impl
{
Expand Down

0 comments on commit 89be571

Please sign in to comment.