Skip to content

Commit e72df8f

Browse files
Remove gpu feature and third party module gdrcopy
Signed-off-by: Leonardo Carreras <leonardo.carreras@eonerc.rwth-aachen.de>
1 parent 063f8b3 commit e72df8f

13 files changed

Lines changed: 0 additions & 924 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "fpga/thirdparty/udmabuf"]
88
path = fpga/thirdparty/udmabuf
99
url = https://github.com/ikwzm/udmabuf
10-
[submodule "fpga/lib/gpu/gdrcopy"]
11-
path = fpga/gpu/thirdparty/gdrcopy
12-
url = https://github.com/daniel-k/gdrcopy.git

fpga/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
# SPDX-FileCopyrightText: 2018 Institute for Automation of Complex Power Systems, RWTH Aachen University
55
# SPDX-License-Identifier: Apache-2.0
66

7-
# GPU library is optional, check for CUDA presence
8-
include(CheckLanguage)
9-
check_language(CUDA)
10-
11-
if(CMAKE_CUDA_COMPILER)
12-
add_subdirectory(gpu)
13-
else()
14-
message("No CUDA support, not building GPU library")
15-
endif()
16-
177
include(FindPkgConfig)
188

199
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig")

fpga/gpu/CMakeLists.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

fpga/gpu/include/villas/gpu.hpp

Lines changed: 0 additions & 97 deletions
This file was deleted.

fpga/gpu/kernels.hpp

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)