-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletestImprovements or additions to testsImprovements or additions to tests
Milestone
Description
ex: we shouldn't call Stream._init()
in the tests, which is an implementation detail of cuda.core
. We should only test public APIs.
It is fine to also have tests for internal modules/functionalities, but they should come after we have coverage for public APIs.
I don't think we have "relational tests" added yet (ex:
Device.create_stream()
returns aStream
;Stream.record()
returns anEvent
, etc), but let's add them in the next PR.
Originally posted by @leofang in #153 (review)
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletestImprovements or additions to testsImprovements or additions to tests