Skip to content
Snippets Groups Projects
Commit a274ecc6 authored by Niklas Eiling's avatar Niklas Eiling
Browse files

clean up formatting in cpu/Makefile

parent 3fb9afe9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ SRC_SERVER = $(RPC_XDR) \
mt-memcpy.c \
cpu-elf2.c \
cpu-server-nvml.c \
cpu-server-cudnn.c \
cpu-server-cudnn.c \
cpu-server-cublaslt.c
SRC_SERVER_LIB = server-library.c
......@@ -63,11 +63,9 @@ SRC_CLIENT = $(RPC_XDR) \
cpu-elf2.c \
cpu-client-nvml.c \
cpu-client-cudnn.c \
cpu-client-cublas.c \
cpu-client-cublas.c \
cpu-client-cublaslt.c
# cpu-client-driver-hidden.c \
ifdef WITH_IB
SRC_SERVER += cpu-ib.c
SRC_CLIENT += cpu-ib.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment