mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
Rename gSpirVPath to gCompilationCachePath
gSpirVPath controls the location of the compilation cache for SPIR-V offline compilation, but its name falsely implies that it is SPIR-V specific. This change renames it to gCompilationCachePath.
This commit is contained in:
committed by
Kévin Petit
parent
9be570cdf0
commit
f2f458b675
@@ -35,7 +35,7 @@ enum CompilationCacheMode
|
||||
|
||||
extern CompilationMode gCompilationMode;
|
||||
extern CompilationCacheMode gCompilationCacheMode;
|
||||
extern std::string gSpirVPath;
|
||||
extern std::string gCompilationCachePath;
|
||||
|
||||
extern int parseCustomParam (int argc, const char *argv[], const char *ignore = 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user