SWDEV-437440 - Specify which defination to use at compile time.

Change-Id: Ibeee914f293d26fa68ab793cac8b662aa34e8df3
Αυτή η υποβολή περιλαμβάνεται σε:
Jaydeep Patel
2023-12-22 00:56:03 +00:00
υποβλήθηκε από Jaydeepkumar Patel
γονέας 15b8cf911a
υποβολή c3fc607e7d
@@ -672,11 +672,16 @@ class thread_block_tile_type : public thread_block_tile_base<tileSize>,
public tiled_group,
public parent_group_info<tileSize, ParentCGTy> {
_CG_STATIC_CONST_DECL_ unsigned int numThreads = tileSize;
typedef thread_block_tile_base<numThreads> tbtBase;
protected:
__CG_QUALIFIER__ thread_block_tile_type() : tiled_group(numThreads) {
coalesced_info.tiled_info.size = numThreads;
coalesced_info.tiled_info.is_tiled = true;
}
public:
using tbtBase::size;
using tbtBase::sync;
using tbtBase::thread_rank;
};
// Partial template specialization