Skip to content

Tylera/gtc 2025 tutorials #900

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

Open
wants to merge 101 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
e590290
moving all 01 introduction tutorials to inlined examples
tylera-nvidia Jan 24, 2025
f7b6717
move notebook 2 to cell execution. run is currently broken
tylera-nvidia Jan 24, 2025
bbb37a9
updated transforms notebook to use cell based execution
tylera-nvidia Jan 24, 2025
6903ac4
adding script for notebook. has hardcoded paths
tylera-nvidia Jan 24, 2025
7825f95
adding empty notebooks for fusion/profiling
tylera-nvidia Jan 24, 2025
fb8e89a
Adding timing metrics to CUDA and host executors
cliffburdick Jan 27, 2025
c47e4b3
Fixed docs
cliffburdick Jan 29, 2025
82d5846
details added to notebook 1
tylera-nvidia Jan 29, 2025
c695d5a
adding incomplete books
tylera-nvidia Jan 29, 2025
9fa6c81
update profiling lab with content explaining API
tylera-nvidia Jan 30, 2025
9150c90
Merge branch 'timing' into tylera/gtc_2025_tutorials
tylera-nvidia Jan 30, 2025
e57459d
adding exec to all runs
tylera-nvidia Jan 30, 2025
5b19014
Merge remote-tracking branch 'origin/main' into tylera/gtc_2025_tutor…
tylera-nvidia Jan 30, 2025
e5d5a70
moving notebook to remove radar
tylera-nvidia Jan 30, 2025
585e5e6
cleanup
tylera-nvidia Jan 30, 2025
ba0651b
Initialize host cuRAND API when using host compiler
cliffburdick Feb 5, 2025
148c138
Merge remote-tracking branch 'origin/cliffburdick-patch-2' into tyler…
tylera-nvidia Feb 5, 2025
20c8104
Merge remote-tracking branch 'origin/main' into tylera/gtc_2025_tutor…
tylera-nvidia Feb 20, 2025
c6de2ba
updates for cleaning up and testing random fixes
tylera-nvidia Feb 21, 2025
2fd6368
Merge remote-tracking branch 'origin/main' into tylera/gtc_2025_tutor…
tylera-nvidia Feb 21, 2025
a52cf7c
cleanup for notebook1
tylera-nvidia Feb 21, 2025
006b8b5
removing checked in cell results
tylera-nvidia Feb 21, 2025
9b0a832
cleanup comments on notebook1
tylera-nvidia Feb 21, 2025
bf826bc
updates to better automate run script. fix for normcdf
tylera-nvidia Feb 24, 2025
794865c
removing custom function for now
tylera-nvidia Feb 24, 2025
c2a0534
updates for limitations section of fusion. mount entire scratch. and …
tylera-nvidia Feb 24, 2025
4fc9800
remove output for notebook 2
tylera-nvidia Feb 24, 2025
d3e204c
cleanup
tylera-nvidia Feb 24, 2025
99e7cdb
redefinition fix
tylera-nvidia Feb 24, 2025
a1428b1
Fix URL to creating tensors docs
dylan-eustice Feb 25, 2025
6577db9
Add section on tensor creation operators
dylan-eustice Feb 25, 2025
2134a8e
Updates to first lab
cliffburdick Feb 25, 2025
f5a2a7b
Allow run.sh to be run from anywhere
dylan-eustice Feb 28, 2025
c43550a
Move images into GTC folder
dylan-eustice Feb 28, 2025
0db2c89
Add samples for profiling
dylan-eustice Feb 28, 2025
1540335
Add kernel fusion example
dylan-eustice Feb 28, 2025
aa49036
Add lab 03 section on profiling
dylan-eustice Feb 28, 2025
404a288
Updates to notebook 1
cliffburdick Feb 28, 2025
a3299af
Merge branch 'tylera/gtc_2025_tutorials' of github.com:NVIDIA/MatX in…
tylera-nvidia Feb 28, 2025
125e7ec
Added missing image
cliffburdick Feb 28, 2025
e55299c
Merge branch 'tylera/gtc_2025_tutorials' of github.com:NVIDIA/MatX in…
tylera-nvidia Feb 28, 2025
df301e9
cleanup for 01
tylera-nvidia Feb 28, 2025
1e280ba
updates from dry run
tylera-nvidia Feb 28, 2025
930f302
moving all 01 introduction tutorials to inlined examples
tylera-nvidia Jan 24, 2025
e95cb1a
move notebook 2 to cell execution. run is currently broken
tylera-nvidia Jan 24, 2025
793ec9f
updated transforms notebook to use cell based execution
tylera-nvidia Jan 24, 2025
2c0f2ac
adding script for notebook. has hardcoded paths
tylera-nvidia Jan 24, 2025
f6fc957
adding empty notebooks for fusion/profiling
tylera-nvidia Jan 24, 2025
4dcdf2e
details added to notebook 1
tylera-nvidia Jan 29, 2025
e07ef74
adding incomplete books
tylera-nvidia Jan 29, 2025
71e8039
update profiling lab with content explaining API
tylera-nvidia Jan 30, 2025
eaff70e
adding exec to all runs
tylera-nvidia Jan 30, 2025
f9fd2f7
moving notebook to remove radar
tylera-nvidia Jan 30, 2025
9cac06b
cleanup
tylera-nvidia Jan 30, 2025
425589f
updates for cleaning up and testing random fixes
tylera-nvidia Feb 21, 2025
34767fb
cleanup for notebook1
tylera-nvidia Feb 21, 2025
226c5e5
removing checked in cell results
tylera-nvidia Feb 21, 2025
9c28a4d
cleanup comments on notebook1
tylera-nvidia Feb 21, 2025
9c73399
updates to better automate run script. fix for normcdf
tylera-nvidia Feb 24, 2025
f02dfcb
removing custom function for now
tylera-nvidia Feb 24, 2025
7d0380e
updates for limitations section of fusion. mount entire scratch. and …
tylera-nvidia Feb 24, 2025
4272ed6
remove output for notebook 2
tylera-nvidia Feb 24, 2025
09e8b78
cleanup
tylera-nvidia Feb 24, 2025
70af633
redefinition fix
tylera-nvidia Feb 24, 2025
da41579
Fix URL to creating tensors docs
dylan-eustice Feb 25, 2025
56ca87a
Add section on tensor creation operators
dylan-eustice Feb 25, 2025
f3e7f00
Updates to first lab
cliffburdick Feb 25, 2025
9cede20
Allow run.sh to be run from anywhere
dylan-eustice Feb 28, 2025
13fc97c
Move images into GTC folder
dylan-eustice Feb 28, 2025
b43ee46
Add samples for profiling
dylan-eustice Feb 28, 2025
e0cca4b
Add kernel fusion example
dylan-eustice Feb 28, 2025
5395200
Add lab 03 section on profiling
dylan-eustice Feb 28, 2025
60d858f
Updates to notebook 1
cliffburdick Feb 28, 2025
517d128
Added missing image
cliffburdick Feb 28, 2025
c157b65
cleanup for 01
tylera-nvidia Feb 28, 2025
a409d6a
updates from dry run
tylera-nvidia Feb 28, 2025
cca6426
Switched away from cling into a custom run command
cliffburdick Mar 3, 2025
a6c5811
Adding timing metrics to CUDA and host executors
cliffburdick Jan 27, 2025
b3cd319
Fixed docs
cliffburdick Jan 29, 2025
1e251fa
Updates to notebook 1
cliffburdick Feb 28, 2025
64cbd3b
Updated magic command and notebook 1
cliffburdick Mar 4, 2025
07e8c3b
Added more examples and bug fixes in magic script
cliffburdick Mar 4, 2025
83872ae
More updates
cliffburdick Mar 5, 2025
c2e7c6f
Update cuda.h
cliffburdick Mar 5, 2025
71d7af0
Minor fixes on scripts
cliffburdick Mar 5, 2025
f9ec657
accepting merges
tylera-nvidia Mar 7, 2025
e0af79d
Merge remote-tracking branch 'origin/main' into tylera/gtc_2025_tutor…
tylera-nvidia Mar 7, 2025
fd35b43
update to new magic command in notebook 2
tylera-nvidia Mar 7, 2025
4015210
clearing run cells
tylera-nvidia Mar 7, 2025
84921d7
Added solutions
cliffburdick Mar 7, 2025
219f2f9
Update 01_lab_intro.ipynb
cliffburdick Mar 7, 2025
43faa76
updates to move solutions
tylera-nvidia Mar 7, 2025
e57979a
Merge branch 'tylera/gtc_2025_tutorials' of github.com:NVIDIA/MatX in…
tylera-nvidia Mar 7, 2025
a8a4c4d
fixing markdown
tylera-nvidia Mar 7, 2025
e3f2262
Add cout line to indicate cell has compiled and run
dylan-eustice Mar 9, 2025
5a84d77
Updates to 03_lab_profiling.ipynb
dylan-eustice Mar 9, 2025
3da6773
Add backup Nsight reports
dylan-eustice Mar 9, 2025
6bd96d6
Add img files
dylan-eustice Mar 10, 2025
2ddcf9e
updates for language on fusion limitations
tylera-nvidia Mar 11, 2025
3d8d33d
Update 01_lab_intro.ipynb
cliffburdick Mar 17, 2025
c33a590
Update 01_C.ipynb
cliffburdick Mar 17, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Initialize host cuRAND API when using host compiler
  • Loading branch information
cliffburdick authored Feb 5, 2025
commit ba0651b74f0dd50ab024f6c86a595991cdb07e38
4 changes: 2 additions & 2 deletions include/matx/generators/random.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ namespace detail {
device_ = true;
}
}
else if constexpr (is_host_executor_v<Executor>) {
#endif
if constexpr (is_host_executor_v<Executor>) {
if (!init_) {
[[maybe_unused]] curandStatus_t ret;

Expand All @@ -335,7 +336,6 @@ namespace detail {
device_ = false;
}
}
#endif
}

template <typename ST, typename Executor>
Expand Down