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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The `def.py` file is extended from the [problems class](https://github.com/tensa
24
24
-`generate_test_cases`: returns a set of test cases that will be used to validate submissions.
25
25
-`verify_result`: implement logic to check whether the output of a submission matches the expected result. This is flexible -- you can include comparisons for numerical values or verify algorithmically.
26
26
-`get_function_signature`: return argtypes based on [ctypes](https://docs.python.org/3/library/ctypes.html).
27
-
-`get_flops`: get the number of FLOPs as a function of the testcase size. Relevant for [benchmarking submissions](https://tensara.org/blog/benchmarking-solutions).
27
+
-`get_flops`: get the number of FLOPs as a function of the testcase size. Relevant for [benchmarking submissions](https://tensara.org/blog/benchmarking-solutions-6746465).
28
28
TODO: Get generalized FLOP counting?
29
29
-`get_extra_params`: (soon to be phased out) returns function parameters not used by `reference_solution`.
0 commit comments