Skip to content

Commit 6acecf9

Browse files
committed
removing debug mode compile
1 parent e6d96a0 commit 6acecf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ COPY . /workspace/torch_harmonics
5757
# The custom CUDA extension does not suppport architerctures < 7.0
5858
ENV FORCE_CUDA_EXTENSION=1
5959
ENV TORCH_HARMONICS_ENABLE_OPENMP=1
60-
ENV TORCH_HARMONICS_DEBUG=1
60+
ENV TORCH_HARMONICS_DEBUG=0
6161
ENV TORCH_HARMONICS_PROFILE=1
6262
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 9.0 10.0+PTX"
6363
RUN cd /workspace/torch_harmonics && pip install --no-build-isolation .

0 commit comments

Comments
 (0)