vtk-m/docs/changelog
Kenneth Moreland 00609b0af2 Make ArrayCopy not depend on a device compiler
Rather than require `ArrayCopy` to create special versions of copy for
all arrays, use a precompiled versions. This should speed up compiles,
reduce the amount of code being generated, and require the device
compiler on fewer source files.

There are some cases where you still need to copy arrays that are not
well supported by the precompiled versions in `ArrayCopy`. (It will
always work, but the fallback is very slow.) In this case, you will want
to switch over to `ArrayCopyDevice`, which has the old behavior.
2022-01-24 12:17:23 -07:00
..
1.3 docs: update gitlab links to include /-/ component 2020-05-26 14:48:49 -04:00
1.4 Add release notes for v1.4.0 2019-06-26 12:13:47 -04:00
1.5 Add release notes for v1.5.0 2019-10-15 13:40:46 -04:00
1.5.1 Add release notes for v1.5.1 2020-03-13 12:55:43 -04:00
1.6 1.6.0-rc1 is our 7th official release of VTK-m. 2021-04-06 18:28:53 -04:00
1.7 Add release notes for 1.7.0-rc1 2021-10-21 13:08:40 -04:00
allocate-and-fill.md Add BitField::Fill and BitField::AllocateAndFill 2022-01-04 08:50:57 -07:00
arraycopy-precompiled.md Make ArrayCopy not depend on a device compiler 2022-01-24 12:17:23 -07:00
EnableUnityBuild.md CMAKE: add unity builds support 2021-11-10 15:03:11 -05:00
get-value-fallback.md Better fallback for ArrayGetValue 2022-01-03 10:08:39 -07:00
NewFilterField.md add changelog 2021-12-15 16:29:38 -07:00
NewFitlerInterface.md Update NewFitlerInterface.md 2021-12-13 16:31:29 -05:00
perlin-noise.md Add changelog for perline noise generator 2021-12-16 09:46:01 -07:00
render-test-improvements.md Expand test_equal_images 2021-12-30 10:53:30 -07:00
unknowncellset.md Add UncertainCellSet 2021-12-15 12:59:18 -07:00