|
|
@@ -231,7 +231,7 @@ static ggml_cuda_device_info ggml_cuda_init() {
|
|
|
|
|
|
info.default_tensor_split[id] = total_vram;
|
|
|
total_vram += prop.totalGlobalMem;
|
|
|
- info.devices[id].integrated = prop.integrated;
|
|
|
+ info.devices[id].integrated = false; // Temporarily disabled due to issues with corrupted output (e.g. #15034)
|
|
|
info.devices[id].nsm = prop.multiProcessorCount;
|
|
|
info.devices[id].smpb = prop.sharedMemPerBlock;
|
|
|
info.devices[id].warp_size = prop.warpSize;
|