Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOPI] C++ doc #320

Merged
merged 1 commit into from
Aug 14, 2017
Merged

[TOPI] C++ doc #320

merged 1 commit into from
Aug 14, 2017

Conversation

nicolasvasilache
Copy link
Contributor

  • Adds doxygen-style comments to the exposed operators
  • Adds option for user-defined name and tag for operators

@tqchen
Copy link
Member

tqchen commented Aug 14, 2017

In topi, I think we should have default tags that are non empty string. Like ewise for element wise, and bcast for broadcast. This helps give hint to other scheduling component. We should indeed have a recommended tag system documented somewhere. For now a good reference would be the python tags

@bhack
Copy link

bhack commented Aug 14, 2017

There will be also a little c++ example?

@tqchen tqchen merged commit cbdd14f into apache:master Aug 14, 2017
vinx13 added a commit to vinx13/tvm that referenced this pull request Mar 9, 2022
…lowed by reduction block (apache#320)

* Fix cache write with reduction consumer

* debug

* fix

* case1

* comments

* fix
gigiblender pushed a commit to gigiblender/tvm that referenced this pull request Jan 19, 2023
…che#320)

* [REFACTOR] Remove shape function

* [WIP] Remove shape_, runtime_dep shape

* Remove shape_ pass Compile

* Remove RuntimeDepShape (apache#11)

* BlockBuilder: remove CanProveShapeEqual, consolidate binding emit to EmitNormalize

* Remove DimType, make get_shape_of API different from op.shape_of

Changes the init importing to direct import so the VSCode nagivator
can directly jump to the defintion point.

* Apply suggestions from code review

Co-authored-by: Ruihang Lai <[email protected]>

* Clarify cases where struct info can be determinstically derived

* Fix remaining testcases

* Remove InferShape/Type per comment.

Co-authored-by: Siyuan Feng <[email protected]>
Co-authored-by: Ruihang Lai <[email protected]>
junrushao pushed a commit to junrushao/tvm that referenced this pull request Feb 8, 2023
…che#320)

* [REFACTOR] Remove shape function

* [WIP] Remove shape_, runtime_dep shape

* Remove shape_ pass Compile

* Remove RuntimeDepShape (#11)

* BlockBuilder: remove CanProveShapeEqual, consolidate binding emit to EmitNormalize

* Remove DimType, make get_shape_of API different from op.shape_of

Changes the init importing to direct import so the VSCode nagivator
can directly jump to the defintion point.

* Apply suggestions from code review

Co-authored-by: Ruihang Lai <[email protected]>

* Clarify cases where struct info can be determinstically derived

* Fix remaining testcases

* Remove InferShape/Type per comment.

Co-authored-by: Siyuan Feng <[email protected]>
Co-authored-by: Ruihang Lai <[email protected]>
yelite pushed a commit to yelite/tvm that referenced this pull request Feb 17, 2023
…che#320)

* [REFACTOR] Remove shape function

* [WIP] Remove shape_, runtime_dep shape

* Remove shape_ pass Compile

* Remove RuntimeDepShape (#11)

* BlockBuilder: remove CanProveShapeEqual, consolidate binding emit to EmitNormalize

* Remove DimType, make get_shape_of API different from op.shape_of

Changes the init importing to direct import so the VSCode nagivator
can directly jump to the defintion point.

* Apply suggestions from code review

Co-authored-by: Ruihang Lai <[email protected]>

* Clarify cases where struct info can be determinstically derived

* Fix remaining testcases

* Remove InferShape/Type per comment.

Co-authored-by: Siyuan Feng <[email protected]>
Co-authored-by: Ruihang Lai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants