Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kairunwen
/
InstantSplat
like
121
Runtime error
App
Files
Files
Community
5
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
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
109 Bytes
#
define
GLM_ENABLE_EXPERIMENTAL
#
include
<glm/gtx/extend.hpp>
int
main
()
{
int
Error
(
0
)
;
return
Error;
}