Skip to content
Snippets Groups Projects
Commit 74fa5868 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update amd.md

parent 2b57d0dc
No related branches found
No related tags found
No related merge requests found
Pipeline #32774 passed with warnings
......@@ -10,7 +10,7 @@ salloc -N 1 -c 64 -A PROJECT-ID -p p03-amd --gres=gpu:4 --time=08:00:00
where:
- -N 1 means allocating one server,
- -c 64 means allocation 64 cores,
- -c 64 means allocation 64 cores,
- -A is your project,
- -p p03-amd is AMD partition,
- --gres=gpu:4 means allcating all 4 GPUs of the node,
......@@ -234,7 +234,7 @@ int main()
for(int i = 0; i < width; i++)
printf("%6.3f ", h_x[i]);
printf("\n");
float * h_y;
hipHostMalloc(&h_y, height * sizeof(*h_y));
for(int i = 0; i < height; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment