mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-02 14:54:35 +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
|
||||
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");
|
||||
|
||||
// The dispatch size is set up based on either explicitly provided template
|
||||
|
Loading…
Reference in New Issue
Block a user