Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kairunwen
/
InstantSplat
like
72
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
main
InstantSplat
/
submodules
/
diff-gaussian-rasterization
/
third_party
/
glm
/
test
/
gtx
/
gtx_extend.cpp
kairunwen
add code
35e2073
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
#
define
GLM_ENABLE_EXPERIMENTAL
#
include
<glm/gtx/extend.hpp>
int
main
()
{
int
Error
(
0
)
;
return
Error;
}