-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync C and CUDA IO Operations (#347)
- adds IO functionality to CUDA, similar to the C implementation - adds put_text, get_time, and put_time to CUDA's supported IO operations
- Loading branch information
Showing
3 changed files
with
283 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,7 @@ examples/**/main | |
examples/**/*.c | ||
examples/**/*.cu | ||
.out.hvm | ||
|
||
# nix-direnv | ||
/.direnv/ | ||
/.envrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.