Skip to content

Commit

Permalink
Add figures to README, bump image version number, and hardcode tiling…
Browse files Browse the repository at this point in the history
… in tiled matrix multiply
  • Loading branch information
samkumar committed Apr 2, 2021
1 parent 6f836df commit bedde38
Show file tree
Hide file tree
Showing 13 changed files with 15,294 additions and 21 deletions.
62 changes: 44 additions & 18 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion azure_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

SUBSCRIPTION_ID = "a8bdae60-f431-4620-bf0a-fad96eb36ca4"
LOCATION = "westus2"
IMAGE_ID = "/subscriptions/a8bdae60-f431-4620-bf0a-fad96eb36ca4/resourceGroups/MAGE-2/providers/Microsoft.Compute/images/mage-deps-v5"
IMAGE_ID = "/subscriptions/a8bdae60-f431-4620-bf0a-fad96eb36ca4/resourceGroups/MAGE-2/providers/Microsoft.Compute/images/mage-deps-v7"

credential = DefaultAzureCredential()

Expand Down
Loading

0 comments on commit bedde38

Please sign in to comment.