Skip to content

Commit 8bb2814

Browse files
committed
update warning message about validation layers
1 parent 9fab755 commit 8bb2814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12210,7 +12210,7 @@ static bool ggml_vk_instance_validation_ext_available() {
1221012210
}
1221112211
}
1221212212

12213-
std::cerr << "ggml_vulkan: WARNING: Instance extension VK_EXT_validation_features not found." << std::endl;
12213+
std::cerr << "ggml_vulkan: WARNING: Validation layer or layer extension VK_EXT_validation_features not found." << std::endl;
1221412214
#endif
1221512215
return false;
1221612216
}

0 commit comments

Comments
 (0)