Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Snapkitty
/
gitworld
like
0
Follow
Snapkitty Collective LLC
6
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
gitworld
/
phase2-unreal
/
Compute
/
GitWorldBuildPass.h
SNAPKITTYWEST
push from SNAPKITTYWEST/gitworld
6281708
verified
5 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
294 Bytes
#
pragma
once
#
if
defined(_WIN32)
#
define
GITWORLD_CUDA_API __declspec(dllexport)
#
else
#
define
GITWORLD_CUDA_API
#
endif
extern
"C"
{
GITWORLD_CUDA_API
int
GW_CudaBuildPass
(
const
float
* Input,
float
* Output,
int
Count,
int
* DeviceIndex)
;
}