Block Clustering in Ada architecture

I know that thread block clustering for accessing shared memory of different thread blocks has been a concept introduced in the Hopper architecture.

I wonder if thread block clustering is not supported in the Ada architecture that is parallel to Hopper. To be specific, the AD102 GPU.

Ada is compute capability 8.9, Hopper is 9.0. Let’s see, if it will be there with Blackwell.

1 Like

Thread block clustering requires cc9.0 (or higher, perhaps). The Ada architecture is cc8.9. Thread block clusters are not supported on Ada.

1 Like