Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
thrust
like
0
Model card
Files
Files and versions
xet
Community
main
thrust
/
dependencies
/
libcudacxx
/
libunwind
/
test
/
unw_getcontext.pass.cpp
camenduru
thanks to nvidia ❤
8ae5fc5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
153 Bytes
#
include
<assert.h>
#
include
<libunwind.h>
int
main
()
{
unw_context_t
context;
int
ret =
unw_getcontext
(&context);
assert
(ret == UNW_ESUCCESS);
}