dmlc / dlpack

common in-memory tensor structure
https://dmlc.github.io/dlpack/latest
Apache License 2.0
905 stars 133 forks source link

About description update #80

Closed csullivan closed 3 years ago

csullivan commented 3 years ago

The Github 'About' description reads

RFC for common in-memory tensor structure and operator interface for deep learning system

I believe this could be updated to remove RFC now that dlpack is accepted across many communities.

Updated About proposal: Common in-memory tensor structure and operator interface for deep learning systems

tqchen commented 3 years ago

sounds good, a PR is welcomed!

leofang commented 3 years ago

Could we please remove the phrase "deep learning systems"? With Array API we aim to go far beyond that.

csullivan commented 3 years ago

@tqchen The About field that motivated this issue is a Github setting in this case so I can't open a PR for that: image

However I do notice PROJECT_BRIEF similarly described in Doxyfile.in that I can change,

PROJECT_BRIEF = "RFC for common tensor and operator guideline in deep learning system"

@leofang We could remove "deep learning systems". OTOH the repo is "DL"Pack. Perhaps instead of removing "deep learning" we could modify to,

Common in-memory tensor structure and operator interface for deep learning and other systems

tqchen commented 3 years ago

Updated