Skip to content

Commit 87cfbe8

Browse files
authored
Fix URL in get_flops documentation
Updated the link in the `get_flops` description to point to the correct URL.
1 parent b76dbf2 commit 87cfbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `def.py` file is extended from the [problems class](https://github.com/tensa
2424
- `generate_test_cases`: returns a set of test cases that will be used to validate submissions.
2525
- `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.
2626
- `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).
2828
TODO: Get generalized FLOP counting?
2929
- `get_extra_params`: (soon to be phased out) returns function parameters not used by `reference_solution`.
3030

0 commit comments

Comments
 (0)