remove assert_instr from nvptx
it doesn't do the right thing
This commit is contained in:
parent
80067f6e56
commit
b9c701e880
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ pub unsafe fn _thread_idx_z() -> i32 {
|
|||
}
|
||||
|
||||
/// Generates the trap instruction `TRAP`
|
||||
#[cfg_attr(test, assert_instr(trap))]
|
||||
#[inline]
|
||||
pub unsafe fn trap() -> ! {
|
||||
::_core::intrinsics::abort()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue