Commit Graph

51 Commits

Author SHA1 Message Date
Vicente Adolfo Bolea Sanchez
c6f0e36986 ci: update kokkos hip to 6.1, ubuntu 2204 2024-06-26 16:31:25 -04:00
Vicente Bolea
5bf0bd57ae Merge topic 'remove-cxx11-references'
ecd4a68ff cxx,c++: Remove c++14 references

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2999
2023-02-24 11:40:27 -05:00
Vicente Adolfo Bolea Sanchez
25d03abbaa readme:add spack and gitlab ver badge 2023-02-23 20:25:27 -05:00
Vicente Adolfo Bolea Sanchez
ecd4a68ffc cxx,c++: Remove c++14 references
- MSVC C++14 support obtained from: https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170
- _MSVC_VER taken from https://stackoverflow.com/a/70630/2420872

fixes: #754
2023-02-23 19:30:58 -05:00
Kenneth Moreland
fa30d6774c Update the minimum Kokkos required to 3.7
This was suggested by a developer on the Kokkos team.
2023-01-30 09:53:56 -07:00
Tushar Athawale
dc5a50c1e0 README: Updated VTK-m example for vtkm 2.0.0 2022-12-13 15:39:48 -05:00
Tushar Athawale
96112343d0 README: Updated VTK-m installation instruction 2022-12-13 15:19:35 -05:00
Vicente Adolfo Bolea Sanchez
978789e6e9 README: Add doxygen links for nightly 2022-03-23 17:21:34 -04:00
Vicente Adolfo Bolea Sanchez
bbe36d8c33 cmake: set c++14 as minimum c++ rev
Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
2021-02-08 17:13:05 +01:00
Robert Maynard
d5d91c61d3 Update ubuntu1804+cuda from 10.1 to 11.1
The image was previously using 10.1 which has issues generating
ptx for numerous filters. Moving to a newer CUDA version corrects
these issues
2020-10-19 15:32:10 -04:00
NAThompson
db8f3c9fc9 Remove Initialize() boilerplate. 2020-06-05 13:38:18 -04:00
Ben Boeckel
0488aab201 docs: update gitlab links to include /-/ component 2020-05-26 14:48:49 -04:00
NAThompson
697369fc14 Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
Nick
1d4ebaec9f Image was upside down; flip it over, demo usage. 2020-04-17 07:56:03 -04:00
Robert Maynard
93cbea2d72 Update README with update CMake and compiler tested versions 2020-04-16 08:43:28 -04:00
Vicente Bolea
bd3256a2d6 Merge topic 'fix-readme-example-code'
ba030da1d remove confusing parts of the README example code
8dcd02422 fix README.md code example

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !1959
2020-02-24 15:04:05 -05:00
Vicente Adolfo Bolea Sanchez
4639e03732 add link to tutorial at the wiki 2020-02-19 11:03:31 -05:00
Vicente Adolfo Bolea Sanchez
ba030da1d6 remove confusing parts of the README example code 2020-02-17 10:51:42 -05:00
Vicente Adolfo Bolea Sanchez
3cf1d9dbe0 add link to tutorial at the wiki 2020-02-17 10:17:27 -05:00
Vicente Adolfo Bolea Sanchez
8dcd024228 fix README.md code example 2020-02-14 12:07:07 -05:00
Robert Maynard
e6a2089d8e Require CMake 3.12+ for using OpenMP backend 2019-09-18 07:59:32 -04:00
Allison Vacanti
48c31b57a2 Bump clang version to 5.0.
This is the minimum required by our minimum supported CUDA version.
2019-09-12 15:14:03 -04:00
Li-Ta Lo
c2e29f5c41 Merge branch 'master' into contour_hackathon 2019-08-18 14:49:08 -06:00
Li-Ta Lo
d1fe1c3f38 rename MarchingCubes to Contour 2019-08-17 19:10:57 -06:00
Kenneth Moreland
8369467470 Merge topic 'encourage-release-builds'
992be25e1 Change building instructions to favor official distribution

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1729
2019-08-05 19:47:14 -04:00
Robert Maynard
0c4e0a695c Document versions of the Intel compiler VTK-m has been tested on 2019-08-01 13:34:51 -04:00
Kenneth Moreland
992be25e17 Change building instructions to favor official distribution
The original brief building instructions started with a git
clone, which works fine but encourages new users to grab the
latest development snapshot. It is probably better for new
users to use a release. Change the instructions to show
using a tarball. Even if the version changes, the general
idea should be captured.
2019-07-17 14:39:03 -06:00
Robert Maynard
6de7d07d28 VTK-m requires CMake 3.13 to compile CUDA
This is to resolve issues related to FindThreads and CUDA
compilation.
2019-07-16 16:39:50 -04:00
Robert Maynard
61d41c9d7f Update what VTK-m versions of dependencies we test against.
We had a out of date set of versions listed in our README.
2019-04-04 09:33:00 -04:00
Robert Maynard
f1e1a524e9 Require CMake 3.8 to build VTK-m. 2019-01-09 16:01:22 -05:00
Robert Maynard
4263db63e4 Document new requirements for VTK-m on windows ( cuda10+ ) 2018-10-16 17:30:49 -04:00
Robert Maynard
e54896aee7 Document in Readme that OpenMP requires CMake 3.9 2018-06-19 17:13:08 -04:00
mclarsen
ced5640ca1 updating changelog and readme to reflect openmp 4.0 2018-06-07 08:23:15 -07:00
Allison Vacanti
183bcf109a Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
Shreeraj Jadhav
c374c2cd9a Document Supported and Tested Versions of Dependencies, Update Example.
This addresses Issue #147. A list of tested versions for each dependency has
been added based on the configurations of the nightly test builds.
The partial example code in the README has been completed and tested
to generate correct output.
2018-05-25 17:00:50 -04:00
Utkarsh Ayachit
ff94622c48 fix README.md based on changes to Filter API. 2018-04-03 14:36:53 -04:00
Robert Maynard
944bc3c0d6 Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable
The new and improved vtkm::cont::ColorTable provides a more feature complete
color table implementation that is modeled after
vtkDiscretizableColorTransferFunction. This class therefore supports different
color spaces ( rgb, lab, hsv, diverging ) and supports execution across all
device adapters.
2018-03-28 16:11:23 -04:00
Robert Maynard
ee69c7a4b7 Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
Kenneth Moreland
c81bab4314 Change organization of OpenGL dependency documentation
Per Rob Maynards suggestions.
2017-10-26 13:51:48 -06:00
Kenneth Moreland
28d597d175 Re add example to bottom of README 2017-10-26 13:02:18 -06:00
Kenneth Moreland
d2caf44538 Update README and CONTRIBUTING
Removed some things from README that are better referenced in the
User's Guide. Updated some text. Reformatted things.
2017-10-26 10:30:45 -06:00
Allison Vacanti
565896cc49 Combine ResultField + ResultDataSet into Result. 2017-08-11 08:25:42 -04:00
Robert Maynard
76d10e1835 Add volta to the list of support CUDA devices to compile for. 2017-08-10 11:02:07 -04:00
Robert Maynard
3f42642d24 Use Markdown readme as mainpage for doxygen. 2017-07-07 11:14:25 -04:00
Robert Maynard
7db9ef3bd8 Cleanup up some style issues in code block of README 2017-05-25 11:14:01 -04:00
Robert Maynard
f7e28107a7 Rewrite the VTK-m README document. 2017-05-24 16:52:26 -04:00
Robert Maynard
49cf198b80 Update the documentation to reflect we don't require boost. 2016-10-21 08:41:22 -04:00
Robert Maynard
dd9754e5d7 Update ReadMe to reference gitlab. 2015-05-13 08:45:52 -04:00
Robert Maynard
8bd99b3871 Cleanup the documentation for VTK-m 2015-04-28 09:53:50 -04:00
Kenneth Moreland
029c278286 Update readme to include PISTON. 2014-07-16 10:15:44 -06:00