Don't forget formatting...
Signed-off-by: colramos425 <colramos@amd.com>
This commit is contained in:
@@ -651,9 +651,9 @@ def empirical_roof(args):
|
||||
plot_application(inputs, args.verbose)
|
||||
|
||||
if inputs["device"] == -1:
|
||||
dev_id="ALL"
|
||||
dev_id = "ALL"
|
||||
else:
|
||||
dev_id=str(inputs["device"])
|
||||
dev_id = str(inputs["device"])
|
||||
|
||||
filename = IMGNAME + "_gpu-" + dev_id + "_{}".format(dtype) + ".pdf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user