You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file orio/module/loop/submodule/opencl/opencl.py line 310. there is a call to literal_eval function from orio.module.loop.ast module, however this function doesn't exist in orio.module.loop.ast. Based on the code, opencl.py creates an opencl code that queries the device and writes its output to a file. literal_eval reads that file.
The text was updated successfully, but these errors were encountered:
In file
orio/module/loop/submodule/opencl/opencl.py
line 310. there is a call toliteral_eval
function fromorio.module.loop.ast
module, however this function doesn't exist inorio.module.loop.ast
. Based on the code,opencl.py
creates an opencl code that queries the device and writes its output to a file.literal_eval
reads that file.The text was updated successfully, but these errors were encountered: