Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
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
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
18e12d8045bbf9df454f2246b8d92f4f1e4a611f
Select Git revision
Branches
3
hpvm-release-epochs
hpvm-release-epochs0
main
default
Tags
4
v2.0
v2.0rc
v1.0
v0.5
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Mar
19
18
17
16
15
13
12
11
9
8
7
5
4
3
2
27
Feb
16
15
9
8
3
Dec
19
Nov
18
9
7
4
27
Oct
16
Sep
12
11
10
9
8
7
6
5
4
2
1
31
Aug
23
18
15
5
4
2
1
30
Jul
26
21
20
16
14
9
2
30
Jun
22
20
18
14
13
11
5
3
2
29
May
20
13
12
4
3
2
1
29
Apr
10
9
27
Mar
12
9
8
7
6
4
2
1
27
Feb
26
23
14
13
12
11
10
9
6
4
1
30
Jan
28
27
17
Dec
16
5
4
30
Nov
29
27
26
25
24
21
19
18
17
16
14
11
9
6
5
4
3
31
Oct
30
19
16
12
7
11
Sep
4
13
Aug
12
11
10
6
5
4
3
2
1
31
Jul
30
29
26
23
15
10
8
7
27
Jun
3
22
May
24
Apr
17
14
3
Oct
20
Sep
1
Aug
4
Jul
3
2
30
Jun
28
26
25
13
Added support for umin and umax visc intrinsics
Adding 2 files to histo. host and ptx to run visc generated host code with opencl driver generated ptx
Added a single kernel file for histogram opencl_nvidia kernels. Improved timing calculations for visc
Added single kernel file to opencl_nvidia version of histogram
visc version similar to nvidia version
Histogram improved
Merge branch 'master' of bitbucket.org:psrivas2/visc
Remove llvm intrinsic declarations
Fixed bug in histo. Was using get_group_id instead of visc intrinsic
Merge branch 'master' of bitbucket.org:psrivas2/visc
Ported opencl_base version to visc, since opencl_base kernel was faster than opencl_nvidia
Merge branch 'master' of bitbucket.org:psrivas2/visc
Support fot atomics in DFG2LLVM_SPIR (to be tested)
Merge branch 'master' of bitbucket.org:psrivas2/visc
Added code to output the compiled ptx binary
Merge branch 'master' of bitbucket.org:psrivas2/visc
Support for llvm.sqrt intrinsic in DFG2LLVM_SPIR backend
Added optimization to promote certain arguements to constant memory
Fixed DFG2LLVM_SPIR bug
Fixed DFG2LLVM_SPIR bug
Changed SPIR backend to generate bitcode again. Added code to remove unsupported function attributes. Backend is still not working though
Fixed the __visc__node return type in two sgemm versions(visc_vec_opt and visc_opt)
sgemm visc_sh and opencl_nvidia instrumented
DESCRIPTION files added to define input format for histo benchmark. Required by python script
parboil python script modified to have result for 4 new benchmarks
(1) Instrumented cutcp opencl_nvidia and visc version for timings
Instrumented tpacf (opencl and visc versions for timing)
Instrumented bfs for timing
Instrumented the histogram opencl_nvidia and visc versions with timers
Removed unnecessary printfs from histogram
Fixed histogram
Reverted back the way command line arguments are read in tpacf (visc,
Histogram working correctly on visc. This commit also adds some debugging mechanisms to the opencl_nvidia and visc version
Fixed tpacf opencl_nvidia and comparison tool
Debugging histo. Added print statements. Would be useful later
Commited changes to sgemm, bfs, tpacf, cutcp which would be used for experiments. Required to have a checkpoint on the collected numbers
Implemented translation of floor intrinsic in PTX backend
Merged DFG2LLVM_NVPTX
Fixed a bug introduced by commit bfe38be in ptx backend. declarations were not being copied to kernel module. Fixed those
Generate .ll file from SPIR backend not .bc
Loading