File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,16 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/ -DENABLE_CUDA=ON .
51
51
make install && \
52
52
rm -rf /pocl
53
53
54
- # OpenCL Intercept Layer
55
- RUN git clone https://github.com/intel/opencl-intercept-layer.git /opencl-intercept-layer
56
- WORKDIR /opencl-intercept-layer
57
- RUN git checkout v3.0.5
58
- RUN mkdir build
59
- WORKDIR /opencl-intercept-layer/build
60
- RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/ .. && \
61
- make -j && \
62
- make install && \
63
- rm -rf /opencl-intercept-layer
54
+ # # OpenCL Intercept Layer
55
+ # RUN git clone https://github.com/intel/opencl-intercept-layer.git /opencl-intercept-layer
56
+ # WORKDIR /opencl-intercept-layer
57
+ # RUN git checkout v3.0.5
58
+ # RUN mkdir build
59
+ # WORKDIR /opencl-intercept-layer/build
60
+ # RUN cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/ .. && \
61
+ # make -j && \
62
+ # make install && \
63
+ # rm -rf /opencl-intercept-layer
64
64
65
65
# ====== End Instructor Addition ===
66
66
You can’t perform that action at this time.
0 commit comments