Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhailin committed Dec 17, 2023
1 parent 1c757b7 commit d4a2d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deepray/custom_ops/ffm_ops/cc/kernels/ffm_kernels.cu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#if GOOGLE_CUDA
#define EIGEN_USE_GPU

#include "ffm_kernels.h"

#include <string>
Expand Down
4 changes: 2 additions & 2 deletions tools/docker/sanity_check.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN touch /ok.txt
FROM python:3.9-alpine as clang-format

RUN apk update && apk add git
RUN git clone https://github.com/gabrieldemarmiesse/clang-format-lint-action.git
RUN git clone https://github.com/DoozyX/clang-format-lint-action.git
WORKDIR ./clang-format-lint-action
RUN git checkout 1044fee
RUN git checkout f85c199

COPY ./ /deepray
RUN python run-clang-format.py \
Expand Down

0 comments on commit d4a2d52

Please sign in to comment.