Skip to content

Commit 3482631

Browse files
committed
Back integration from Perforce to Git.
Bug 2808654
1 parent 0dfe098 commit 3482631

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

thrust_tests.trs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
# Define paths containing shared libraries required by the tests. Use envvar TR_SHAREDLIB_DIR to refer
1010
# to the platform specific portion of the path (e.g. bin/ for windows, lib64/ for 64-bit
1111
# Linux, etc.)
12-
"librarypath" : [ "{TR_INSTALL_DIR}/bin/{TR_ARCH_PATH}", "{TR_INSTALL_DIR}\/cuda\/_internal\/driver" ],
12+
"librarypath" : [
13+
"{TR_INSTALL_DIR}/bin/{TR_ARCH_PATH}",
14+
"{TR_INSTALL_DIR}\/cuda\/_internal\/driver",
15+
{ "filter" : { "gpu": "gv100sxm2", "os": "Ubuntu18_04", "arch": "ppc64le" } },
16+
"{TR_INSTALL_DIR}/XLC_16_1_1/lib"
17+
],
1318
# Default working directory for test runs (optional). The directory can be a an absolute
1419
# or relative path. A relative path is relative to this file's location. Variables can
1520
# be used in the path using the {var} syntax.

0 commit comments

Comments
 (0)