Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deprecate cuda.core.experimental submodule and expose everything to cuda.core main module #1001

@leofang

Description

@leofang

Based on the team discussion on Sep 16, with the understanding that we are still in the beta phase (0.x) we would like to encourage users to access cuda.core directly:

  • easier to remember and type
  • easier to teach and communicate
  • aligns with the future cuda.core 1.0 plan

This can be done without introducing breaking changes, by moving all internal modules to under cuda.core, and then re-importing them back to cuda.core.experimental. We should find a way to attach a deprecation warning message to each of the re-imported object, without raising warnings when importing cuda.core.experimental. This root module can be kept for other purposes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Medium priority - Should docuda.coreEverything related to the cuda.core modulepackagingAnything related to wheels or Conda packages

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions