Skip to content

Commit

Permalink
[Feature](mlu-ops): optimization for descritpor (#1083)
Browse files Browse the repository at this point in the history
Co-authored-by: tonghengwen <[email protected]>
  • Loading branch information
nth-BYTE and tonghengwen authored Sep 25, 2024
1 parent 373537c commit 8478a98
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 300 deletions.
2 changes: 1 addition & 1 deletion core/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
}

#define PARAM_CHECK(api, condition, ...) \
if (!(condition)) { \
if MLUOP_PREDICT_FALSE (!(condition)) { \
LOG(ERROR) << api << " Check failed: " #condition ". " #__VA_ARGS__; \
return MLUOP_STATUS_BAD_PARAM; \
}
Expand Down
Loading

0 comments on commit 8478a98

Please sign in to comment.