Skip to content
Extraits de code Groupes Projets
Valider 22bca3f8 rédigé par JordanHanotiaux's avatar JordanHanotiaux
Parcourir les fichiers

Update matrix_opencl.cpp

parent c0cd2b9a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -98,7 +98,7 @@ const std::string kernel_source_matrix_mul = R"(
int nloc = get_local_size(0);
float tmp;
float Awrk[1024];
float Awrk[10000];
for (k = 0; k < K; k++)
Awrk[k] = A[i * K + k];
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter