Skip to content

Commit

Permalink
[SWDEV-337356] Workaround for Kernel Online Compilation Warning (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlushuang authored May 24, 2022
1 parent 0373aea commit 8ecc622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kernel_warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static std::vector<std::string> OclKernelWarnings(const bool is_miopengemm)
"-Wno-sign-conversion",
"-Wno-unused-function",
"-Wno-unused-macros",
"-Wno-declaration-after-statement", // W/A for SWDEV-337356
};
// W/A for SWDEV-270602. We'll remove this when we stop using MIOpenGEMM (deprecated).
if(is_miopengemm)
Expand Down

0 comments on commit 8ecc622

Please sign in to comment.