mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-05 00:04:36 +00:00
Remove this debug code.
This commit is contained in:
parent
a5eb001eab
commit
ffd0624be2
@ -387,11 +387,6 @@ Algorithm::recordDispatch(const vk::CommandBuffer& commandBuffer)
|
|||||||
void
|
void
|
||||||
Algorithm::setWorkgroup(const Workgroup& workgroup, uint32_t minSize)
|
Algorithm::setWorkgroup(const Workgroup& workgroup, uint32_t minSize)
|
||||||
{
|
{
|
||||||
if (workgroup[0] > 65535) {
|
|
||||||
fprintf(stderr, "workgroup size is %d\n", workgroup[0]);
|
|
||||||
fflush(stderr);
|
|
||||||
}
|
|
||||||
|
|
||||||
KP_LOG_INFO("Kompute OpAlgoCreate setting dispatch size");
|
KP_LOG_INFO("Kompute OpAlgoCreate setting dispatch size");
|
||||||
|
|
||||||
// The dispatch size is set up based on either explicitly provided template
|
// The dispatch size is set up based on either explicitly provided template
|
||||||
|
Loading…
Reference in New Issue
Block a user