Skip to content

Commit da744bf

Browse files
committed
Remove stale fixme.
1 parent 1b8c088 commit da744bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/gyb_syntax_support/AttributeNodes.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,16 +222,9 @@
222222
# The argument of '@differentiable(...)'.
223223
# differentiable-attr-arguments ->
224224
# differentiation-params-clause? ','?
225-
# differentiable-attr-func-specifier? # primal
226-
# differentiable-attr-func-specifier? # adjoint
227225
# differentiable-attr-func-specifier? # jvp
228226
# differentiable-attr-func-specifier? # vjp
229227
# generic-where-clause?
230-
# FIXME: There is currently no guarantee that 'MaybePrimal' is in fact
231-
# the primal specifier, it could be any specifier. The current syntax
232-
# definitions only ensure that there are between 0 and 4 function
233-
# specifiers. A more robust definition would enforce that specific function
234-
# specifiers appear only once, in order.
235228
Node('DifferentiableAttributeArguments', kind='Syntax',
236229
description='''
237230
The arguments for the `@differentiable` attribute: an optional \

0 commit comments

Comments
 (0)