Skip to content

Commit aeb970b

Browse files
committed
Update on "Add cuda binary + tests"
Tests cuda support for `multipy::runtime` + adds creates a nightly using `cudatoolkit 11.3`. We need this in order to prototype multipy using cuda, however, we will be able to deprecate this once we are able to link dynamically to pytorch. Differential Revision: [D37758429](https://our.internmc.facebook.com/intern/diff/D37758429) [ghstack-poisoned]
1 parent c087a52 commit aeb970b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runtime_nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Multipy runtime nightly release
33
on:
44
schedule:
55
- cron: '0 2 * * *' # run at 2 AM UTC
6+
pull_request:
67
push:
78
branches:
89
- main

0 commit comments

Comments
 (0)