Skip to content

Commit 09b7c67

Browse files
committed
Updates with Poplar SDK 2.6 release
1 parent 4dae8ba commit 09b7c67

File tree

2,430 files changed

+174424
-52213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,430 files changed

+174424
-52213
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
**/weights
1010
**/images
11+
**/checkpoints
1112

1213
**/model
1314
**/data

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 190 additions & 89 deletions
Large diffs are not rendered by default.

code_examples/tensorflow2/abc_covid_19/ABC_IPU.py renamed to ai_for_simulation/abc_covid_19/tensorflow2/ABC_IPU.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def configure_ipu():
7171
"""Configure and reserve IPUs."""
7272

7373
cfg = ipu.utils.IPUConfig()
74+
cfg.device_connection.type = ipu.utils.DeviceConnectionType.ON_DEMAND
7475
cfg.auto_select_ipus = args.replication_factor
7576
cfg.configure_ipu_system()
7677

File renamed without changes.

0 commit comments

Comments
 (0)