History log of /petsc/src/benchmarks/streams/CUDAVersion.cu (Results 51 – 75 of 79)
Revision Date Author Comments
# 625ff3ef 01-Aug-2014 Jason Sarich <sarich@mcs.anl.gov>

Merge branch 'master' of https://bitbucket.org/petsc/petsc


# 501695b7 31-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# df3898ee 31-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

with with -> with the the -> the


# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# 4e2e6337 21-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-petsctime'


# 8563dfcc 21-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTime(), PetscTimeSubtract(), PetscTimeAdd() to inline functions from macros
removed PetscGetTime()


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# 6f2b61bc 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Added uncrustify-script for src/. Uncrustified src/benchmarks.

Hg-commit: ae6cbb60850c98732ed9a7293e04d30948a9f830


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


# a49bcb01 16-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 2d79dc481398816c8ada9ecbe169490cd1478c52


# 073bd88a 16-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Removed \t in src/benchmarks/ and src/contrib/. Makefiles left untouched.

Hg-commit: 3995c88e59f8f05f673df8c3360587b725e92540


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 018683b9 14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b56dd6171e775d2b0a5a9a795a8fc6a54a0f123f


# cd9182da 14-Aug-2011 Mark F. Adams <mark.adams@columbia.edu>

added 3D GAMG test.

Hg-commit: 7d5f72d8e86e23e68111205eba592b0922935be8


# caccb7e3 14-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Added double precision STREAMS for CUDA

Hg-commit: 57339f5b419a815dc7273b04715faa73bf1f24ce


# 403adfb6 14-Aug-2011 Matthew G Knepley <knepley@gmail.com>

Added CUDA STREAMS benchmark

Hg-commit: 3276613d15ece0553cb45848fb2153f7838314fd


1234