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 3daf2cd commit 7b52d7cCopy full SHA for 7b52d7c
Src/GPUPerfAPIUnitTests/makefile
@@ -28,7 +28,6 @@ OBJS = \
28
./$(OBJ_DIR)/CounterGeneratorCLTests.o \
29
./$(OBJ_DIR)/CounterGeneratorGLTests.o \
30
./$(OBJ_DIR)/CounterGeneratorHSATests.o \
31
- ./$(OBJ_DIR)/CounterGeneratorVKTests.o \
32
./$(OBJ_DIR)/CounterSchedulerTests.o \
33
./$(OBJ_DIR)/GPUPerfAPIUnitTests.o \
34
./$(OBJ_DIR)/PublicCountersCLGfx7.o \
@@ -42,10 +41,6 @@ OBJS = \
42
41
./$(OBJ_DIR)/PublicCountersHSAGfx7.o \
43
./$(OBJ_DIR)/PublicCountersHSAGfx8.o \
44
./$(OBJ_DIR)/PublicCountersHSAGfx9.o \
45
- ./$(OBJ_DIR)/PublicCountersVKGfx7.o \
46
- ./$(OBJ_DIR)/PublicCountersVKGfx8.o \
47
- ./$(OBJ_DIR)/PublicCountersVKGfx9.o \
48
- ./$(OBJ_DIR)/SWCountersVK.o \
49
50
$(OBJ_DIR)/%.o: counters/%.cpp
51
$(BUILD_SRC)
0 commit comments