File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
skip-drivers : ' false'
110
110
makeflags : " --jobs=4 --output-sync=target"
111
111
aio : " -aio-gpu-vulkan"
112
- - build-type : ' sycl '
112
+ - build-type : ' intel '
113
113
platforms : ' linux/amd64'
114
114
tag-latest : ' auto'
115
115
base-image : " quay.io/go-skynet/intel-oneapi-base:latest"
Original file line number Diff line number Diff line change @@ -100,10 +100,7 @@ RUN if [ "${BUILD_TYPE}" = "hipblas" ] && [ "${SKIP_DRIVERS}" = "false" ]; then
100
100
ldconfig \
101
101
; fi
102
102
103
- RUN expr "${BUILD_TYPE}" : sycl && \
104
- echo "intel" > /run/localai/capability || \
105
- echo "Not Intel"
106
-
103
+ RUN expr "${BUILD_TYPE}" = intel && echo "intel" > /run/localai/capability || echo "not intel"
107
104
108
105
# Cuda
109
106
ENV PATH=/usr/local/cuda/bin:${PATH}
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ docker-image-intel:
342
342
--build-arg IMAGE_TYPE=$(IMAGE_TYPE ) \
343
343
--build-arg GO_TAGS=" $( GO_TAGS) " \
344
344
--build-arg MAKEFLAGS=" $( DOCKER_MAKEFLAGS) " \
345
- --build-arg BUILD_TYPE=sycl -t $(DOCKER_IMAGE ) .
345
+ --build-arg BUILD_TYPE=intel -t $(DOCKER_IMAGE ) .
346
346
347
347
# #######################################################
348
348
# # Backends
You can’t perform that action at this time.
0 commit comments