@@ -71,7 +71,7 @@ public static bool IgnoreInvalidCounters()
71
71
public static bool CompileCounters ( string api , string generation )
72
72
{
73
73
// calculate the proper path to output to
74
- string gpaFolder = "GPUPerfAPI \\ " ;
74
+ string gpaFolder = "GPA \\ GPA \\ " ;
75
75
int endPath = Application . StartupPath . IndexOf ( gpaFolder ) + gpaFolder . Length ;
76
76
77
77
if ( gpaFolder . Length == endPath )
@@ -81,7 +81,7 @@ public static bool CompileCounters(string api, string generation)
81
81
}
82
82
83
83
string gpaPath = Application . StartupPath . Substring ( 0 , endPath ) ;
84
- string compilerInputPath = gpaPath + "PublicCounterCompilerInputFiles\\ " ;
84
+ string compilerInputPath = gpaPath + "Src \\ PublicCounterCompilerInputFiles\\ " ;
85
85
//string apiPath = gpaPath + "GPUPerfAPI" + api + "\\";
86
86
87
87
// file names
@@ -101,8 +101,8 @@ public static bool CompileCounters(string api, string generation)
101
101
}
102
102
103
103
string counterDefsFile = compilerInputPath + "PublicCounterDefinitions" + suffix + generation + ".txt" ;
104
- string outputDirectory = gpaPath + "GPUPerfAPICounterGenerator\\ " ;
105
- string testOutputDirectory = gpaPath + "GPUPerfAPIUnitTests\\ counters\\ " ;
104
+ string outputDirectory = gpaPath + "Src \\ GPUPerfAPICounterGenerator\\ " ;
105
+ string testOutputDirectory = gpaPath + "Src \\ GPUPerfAPIUnitTests\\ counters\\ " ;
106
106
string section = api + generation ;
107
107
108
108
////if (MessageBox.Show("CounterNamesFile: " + counterNamesFile + Environment.NewLine +
0 commit comments