Skip to content

Commit

Permalink
added automatic redirect of some APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Nov 21, 2018
1 parent d25adcd commit d791c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 2018.11.21 - [FGG] added automatic redirect of some APIs

* 2018.11.03 * https://github.com/ctuning/ck-crowdtuning/pull/10

* 2018.07.14 * added platform.npu link
Expand Down
11 changes: 1 addition & 10 deletions module/program.optimization/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3715,16 +3715,7 @@ def classify(i):

def prune(i):
"""
Input: {
See "replay" in this module
}
Output: {
return - return code = 0, if successful
> 0, if error
(error) - error text if return > 0
}
See "replay" API
"""

import os
Expand Down

0 comments on commit d791c9a

Please sign in to comment.