Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#include "ck/utility/tuple.hpp"
#include "ck/utility/type.hpp"

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wlifetime-safety-intra-tu-suggestions"

namespace ck {

namespace detail {
Expand Down Expand Up @@ -113,3 +116,4 @@ struct identity
};

} // namespace ck
#pragma clang diagnostic pop
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

#include "ck/library/tensor_operation_instance/add_device_operation_instance.hpp"

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wlifetime-safety-intra-tu-suggestions"

namespace ck {
namespace tensor_operation {
namespace device {
Expand Down Expand Up @@ -57,3 +60,4 @@ void add_device_gemm_wmma_multi_abd_bf16_i8_bf16_mk_kn_mn_gelu_v1_instances(
} // namespace device
} // namespace tensor_operation
} // namespace ck
#pragma clang diagnostic pop
Loading