Skip to content

Commit

Permalink
strace no pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
eightysteele committed Jul 25, 2024
1 parent e2dbfdb commit 13d1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rerun = "rerun --port 8812"
#tests/test_diff_renderer.py
#tests/dense_model_unit_tests/triangle_depth_posterior/test_triangle_depth_posterior.py

test = { cmd = 'strace -e trace=open,openat pytest -s --log-cli-level=INFO tests/test_diff_renderer.py 2> strace_output.txt', 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" } }
test = { cmd = 'strace -e trace=open,openat 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" } }

#:/usr/include:/usr/include:/usr/include/x86_64-linux-gnu:

Expand Down

0 comments on commit 13d1d6c

Please sign in to comment.