Skip to content

Commit fb236bf

Browse files
committed
gcp test
1 parent b1a5a86 commit fb236bf

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

pixi.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ distinctipy = ">=1.3.4,<1.4"
3434
ffmpeg = "*"
3535
fire = ">=0.6.0,<0.7"
3636
glfw = "*"
37+
gcc = "*"
3738
ipython = ">=8.26.0,<8.27"
3839
jax = "*"
3940
jaxlib = { version = "*", build = "cuda12*" }
@@ -72,8 +73,9 @@ rerun = "rerun --port 8812"
7273
#tests/test_diff_renderer.py
7374
#tests/dense_model_unit_tests/triangle_depth_posterior/test_triangle_depth_posterior.py
7475

75-
test = { cmd = "pytest -s --log-cli-level=INFO tests/test_diff_renderer.py", env = { XLA_PYTHON_CLIENT_PREALLOCATE = "false", XLA_PYTHON_CLIENT_ALLOCATOR = "platform" } } #, CPLUS_INCLUDE_PATH = "./targets/x86_64-linux/include", TORCH_CUDA_ARCH_LIST = "8.9" } }
76+
test = { cmd = "pytest -s --log-cli-level=INFO tests/test_diff_renderer.py", env = { XLA_PYTHON_CLIENT_PREALLOCATE = "false", XLA_PYTHON_CLIENT_ALLOCATOR = "platform" , CPLUS_INCLUDE_PATH = "$CONDA_PREFIX/targets/x86_64-linux/include" } } #, TORCH_CUDA_ARCH_LIST = "8.9" } }
7677

78+
#:/usr/include:/usr/include:/usr/include/x86_64-linux-gnu:
7779

7880
test-ci = { cmd = "pytest -s --log-cli-level=INFO tests/dense_model_unit_tests/triangle_depth_posterior/test_triangle_depth_posterior.py", env = { XLA_PYTHON_CLIENT_PREALLOCATE = "false", XLA_PYTHON_CLIENT_ALLOCATOR = "platform" } }
7981

0 commit comments

Comments
 (0)