From 6fca631f54876a9c5565f1246fe4a90686f1c50d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 22 Nov 2018 22:25:00 +0100 Subject: [PATCH] Update HerculesCompiler and openmp submodules * HerculesCompiler 9ff0055...a18ca9f (9): > Fixed issue with participating threads, and lowered throttle thread prio to not block bottom halves of interrupt handlers > Better error message if a Compatible interval fails to be registered > Registering Compatible intervals > Added support for COMPATIBLE in PremRegistry > Less verbose tiler > Adjusted output from Mark > Changed kernel name to function name for non-NVIDIA > Added possibility to whitelist external functions through HERCULES_EXTERNAL_WHITELIST > Disable GPUguard by default * openmp 7716df0...691e996 (1): > Disable GPUguard by default --- HerculesCompiler | 2 +- openmp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HerculesCompiler b/HerculesCompiler index 9ff0055..a18ca9f 160000 --- a/HerculesCompiler +++ b/HerculesCompiler @@ -1 +1 @@ -Subproject commit 9ff00557cc30cd6cb23149e0c699e6a90782512c +Subproject commit a18ca9f172186a47cbe8ed63fd3209bf5eaa45fe diff --git a/openmp b/openmp index 7716df0..691e996 160000 --- a/openmp +++ b/openmp @@ -1 +1 @@ -Subproject commit 7716df0aa0e605ca6aefc3752bf1734267dc162b +Subproject commit 691e996ca3825f78440700ab6f411554250ef491 -- 2.39.2