Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ggml/src/ggml-hrx/ggml-hrx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ static bool ggml_backend_hrx_load_catalog_provider(

hrx_executable_t executable = nullptr;
if (!GGML_HRX_CHECK(hrx_executable_load_data(
device_context->device, entry->data, entry->data_size, entry->format, &executable))) {
device_context->device, entry->data, entry->data_size, "amdgpu", entry->gfx_target, &executable))) {
GGML_LOG_WARN("%s: failed to load HRX catalog kernel %s for %s\n", __func__, entry->name, gfx_target);
return false;
}
Expand Down