"...composable_kernel_rocm.git" did not exist on "f5ec04f091fa5c48c67d7bacec36a414d0be06a5"
Commit c6683d10 authored by xuehui's avatar xuehui
Browse files

change to raise NoMoreTrialError

parent be2fbe27
......@@ -23,3 +23,11 @@
from .trial import *
from .smartparam import *
class NoMoreTrialError(Exception):
def __init__(self,ErrorInfo):
super().__init__(self)
self.errorinfo=ErrorInfo
def __str__(self):
return self.errorinfo
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment