Skip to content

Commit

Permalink
Add gpu challenge in zmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHanafy725 committed Jun 20, 2023
1 parent b5e10fb commit 6ca9882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/grid_client/src/zos/zmachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ class Zmachine extends WorkloadData {
out += key;
out += "=";
out += this.env[key];
if (this.gpu) {
for (const g of this.gpu) {
out += g;
}
}
}
return out;
}
Expand Down

0 comments on commit 6ca9882

Please sign in to comment.