Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yizhangliu
/
Grounded-Segment-Anything
like
360
Running
on
T4
App
Files
Files
Community
14
ed4b6a1
Grounded-Segment-Anything
/
transformers_4_35_0
/
kernels
/
yoso
/
common_cuda.h
liuyizhang
add transformers_4_35_0
1ce5e18
about 1 year ago
raw
Copy download link
history
blame
Safe
258 Bytes
#
define
MAX_THREADS_PER_BLOCK 1024
#
define
OPTIMAL_THREADS_PER_BLOCK 256
#
define
WARP_SIZE 32
#
define
MAX_NUM_BLOCK_X 2147483647
#
define
MAX_NUM_BLOCK_Y 65535
#
define
MAX_NUM_BLOCK_Z 65535
#
define
MAX_SHARED_MEM_PER_BLOCK 48000
#
define
FULL_MASK 0xffffffff