[hip][samples] fix a typo in module_api/defaultDriver sample (#1210)
This commit is contained in:
committato da
Maneesh Gupta
parent
034e5c0311
commit
b1d8736f4a
@@ -68,7 +68,7 @@ int main() {
|
||||
for (uint32_t i = 0; i < LEN; i++) {
|
||||
if (A[i] != B[i]) {
|
||||
mismatchCount++;
|
||||
std::cout << "error: mismatch " << A[i] << " != " << C[i] << std::endl;
|
||||
std::cout << "error: mismatch " << A[i] << " != " << B[i] << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user