Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
lrh12580
/
UvmPinAsync
like
0
Model card
Files
Files and versions
xet
Community
main
UvmPinAsync
/
workloads
/
realworld
/
uvm_prefetch_async
/
nw
/
needle.h
lrh12580
first commit
5cb6c4b
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
239 Bytes
#
ifdef
RD_WG_SIZE_0_0
#
define
BLOCK_SIZE RD_WG_SIZE_0_0
#
elif
defined(RD_WG_SIZE_0)
#
define
BLOCK_SIZE RD_WG_SIZE_0
#
elif
defined(RD_WG_SIZE)
#
define
BLOCK_SIZE RD_WG_SIZE
#
else
#
define
BLOCK_SIZE 16
#
endif
//#define TRACE