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 d9e0e7c commit 3f6105dCopy full SHA for 3f6105d
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -231,7 +231,7 @@ static ggml_cuda_device_info ggml_cuda_init() {
231
232
info.default_tensor_split[id] = total_vram;
233
total_vram += prop.totalGlobalMem;
234
- info.devices[id].integrated = prop.integrated;
+ info.devices[id].integrated = false; // Temporarily disabled due to issues with corrupted output (e.g. #15034)
235
info.devices[id].nsm = prop.multiProcessorCount;
236
info.devices[id].smpb = prop.sharedMemPerBlock;
237
info.devices[id].warp_size = prop.warpSize;
0 commit comments