UCLA-VAST / FlexCNN

BSD 3-Clause "New" or "Revised" License
70 stars 17 forks source link

DSE key error "SIMD_LANE" #7

Closed hecmay closed 4 years ago

hecmay commented 4 years ago
Dynamic tiling level:  2
Parallelizing using 36 processes...
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
  File "/work/sx233/conda/envs/flexcnn/lib/python3.6/multiprocessing/pool.py", line 119, in worker
    result = (True, func(*args, **kwds))
  File "/work/sx233/conda/envs/flexcnn/lib/python3.6/multiprocessing/pool.py", line 47, in starmapstar
    return list(itertools.starmap(args[0], args[1]))
  File "dse_p.py", line 653, in param_sweep
    SIMD_LANE = params['SIMD_LANE']
KeyError: 'SIMD_LANE'
"""

I suppose the key should be "SIMD_FACTOR"?

atefehsz commented 4 years ago

That is true. This issue is fixed now. Sorry for the inconvenience.