Re: Nvidia GPU Volta+ (sm_70+) Independent Thread Scheduling

2021-07-15 Thread Thomas Schwinge
Hi! On 2021-07-13T17:59:43+0200, Jakub Jelinek wrote: > On Tue, Jul 13, 2021 at 05:48:51PM +0200, Thomas Schwinge wrote: >> Starting with the Volta family (sm_70+), Nvidia GPUs introduced >> Independent Thread Scheduling for the 32 threads ("32 SIMD lanes") that >> constitute a warp, which means

Re: Nvidia GPU Volta+ (sm_70+) Independent Thread Scheduling

2021-07-13 Thread Jakub Jelinek via Gcc
On Tue, Jul 13, 2021 at 05:48:51PM +0200, Thomas Schwinge wrote: > Starting with the Volta family (sm_70+), Nvidia GPUs introduced > Independent Thread Scheduling for the 32 threads ("32 SIMD lanes") that > constitute a warp, which means "execution state per thread, including a > program counter",