Skip to content

Commit

Permalink
fix nvptx libdevice duplicate symbol error, investigate later
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Sep 19, 2024
1 parent 8c4edb3 commit 3322684
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libdevice/fallback-cassert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,4 @@ DEVICE_EXTERN_C void __devicelib_assert_fail(const char *expr, const char *file,
__assertfail(expr, file, line, func, 1);
}

DEVICE_EXTERN_C void _wassert(const char *_Message, const char *_File,
unsigned _Line) {
__assertfail(_Message, _File, _Line, 0, 1);
}

#endif

0 comments on commit 3322684

Please sign in to comment.