Merge commit '47e2ed838e3547bba1b48d3f559f20f46fd07b87' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-20 02:43:03 +00:00
parent ca48bf3b98
commit 809c1ead72
183 changed files with 987 additions and 863 deletions

View File

@@ -662,7 +662,7 @@ struct StreamKKernel
hip_check_error(
hipOccupancyMaxActiveBlocksPerMultiprocessor(&occupancy, kernel, kBlockSize, 0));
return occupancy;
return max(occupancy, 1);
}
};
} // namespace reboot