Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/Gradio-Docker-Template-nvidia-cuda
jorgejungle
/
GLM
like
0
Runtime error
App
Files
Files
Community
main
GLM
/
diff-gaussian-rasterization
/
third_party
/
glm
/
test
/
gtx
/
gtx_projection.cpp
Work
update from lgm to lgm hf
206b602
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
#
define
GLM_ENABLE_EXPERIMENTAL
#
include
<glm/gtx/projection.hpp>
int
main
()
{
int
Error
(
0
)
;
return
Error;
}