mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
fix lit tests
This is a combination of 3 commits. fix build and test errors fix lit test error fix lit tests
This commit is contained in:
@@ -646,7 +646,7 @@ struct AtomicRMWOpConversion
|
||||
tensorTy ? getTypeConverter()->convertType(tensorTy.getElementType())
|
||||
: opResult.getType();
|
||||
const size_t valueElemNbits = valueElemTy.getIntOrFloatBitWidth();
|
||||
auto elemsPerThread = getElemsPerThread(val.getType());
|
||||
auto elemsPerThread = getTotalElemsPerThread(val.getType());
|
||||
// vec = 1, numElements = 1 for scalar
|
||||
auto vec = getVectorSize(ptr);
|
||||
int numElems = 1;
|
||||
|
||||
Reference in New Issue
Block a user