mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Rename gSpirVPath to gCompilationCachePath
gSpirVPath controls the location of the compilation cache for SPIR-V offline compilation, but its use would also make sense for binary offline compilation. This change renames it to gCompilationCachePath.
This commit is contained in:
committed by
Kévin Petit
parent
0b1520f508
commit
6eec559ffd
@@ -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