Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pystencils-benchmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-benchmark
Merge requests
!1
Add CUDA support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add CUDA support
CUDA
into
master
Overview
12
Commits
19
Pipelines
26
Changes
22
Merged
Markus Holzer
requested to merge
CUDA
into
master
3 years ago
Overview
12
Commits
19
Pipelines
26
Changes
22
Expand
This MR adds cuda support
remaining to-dos
Fix compilation problems and add required NVCC flags
Add launch bound option
Edited
1 year ago
by
Markus Holzer
0
0
Merge request reports
Compare
master
version 12
d38a9324
1 year ago
version 11
1e542f17
1 year ago
version 10
82ce1d7d
1 year ago
version 9
6e88d389
1 year ago
version 8
4b1f3f53
1 year ago
version 7
4ee400e9
1 year ago
version 6
9140da63
1 year ago
version 5
857f1848
1 year ago
version 4
3e930f35
1 year ago
version 3
0028ee62
1 year ago
version 2
a0a17570
3 years ago
version 1
92c29b18
3 years ago
master (base)
and
latest version
latest version
879ee872
19 commits,
1 year ago
version 12
d38a9324
18 commits,
1 year ago
version 11
1e542f17
17 commits,
1 year ago
version 10
82ce1d7d
16 commits,
1 year ago
version 9
6e88d389
15 commits,
1 year ago
version 8
4b1f3f53
14 commits,
1 year ago
version 7
4ee400e9
13 commits,
1 year ago
version 6
9140da63
12 commits,
1 year ago
version 5
857f1848
11 commits,
1 year ago
version 4
3e930f35
9 commits,
1 year ago
version 3
0028ee62
7 commits,
1 year ago
version 2
a0a17570
2 commits,
3 years ago
version 1
92c29b18
1 commit,
3 years ago
22 files
+
442
−
84
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
pystencils_benchmark/cpu/__init__.py
0 → 100644
+
1
−
0
Options
from
.benchmark
import
generate_benchmark
Loading