We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c4aaf commit 251b1e7Copy full SHA for 251b1e7
openmp/libomptarget/test/lit.cfg
@@ -17,6 +17,9 @@ if 'CUDA_VISIBLE_DEVICES' in os.environ:
17
if 'LIBOMPTARGET_DEBUG' in os.environ:
18
config.environment['LIBOMPTARGET_DEBUG'] = os.environ['LIBOMPTARGET_DEBUG']
19
20
+if 'OMP_TARGET_OFFLOAD' in os.environ:
21
+ config.environment['OMP_TARGET_OFFLOAD'] = os.environ['OMP_TARGET_OFFLOAD']
22
+
23
def append_dynamic_library_path(name, value, sep):
24
if name in config.environment:
25
config.environment[name] = value + sep + config.environment[name]
0 commit comments