parallel_2p5d_init.py 171 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
# -*- encoding: utf-8 -*-

parallel = dict(
    pipeline=dict(size=2),
    tensor=dict(
        size=8,
        depth=2,
        mode='2.5d'
    )
)