Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dgridSoA #41

Closed
wants to merge 29 commits into from
Closed

dgridSoA #41

wants to merge 29 commits into from

Conversation

massimim
Copy link
Collaborator

@massimim massimim commented Jun 29, 2023

  • dGridSoA: a version of dGrid that is optimized to work only with SoA field layouts.
  • New ConstexprFor mechanism that works with C++17

@massimim massimim changed the base branch from main to develop June 29, 2023 15:39
@autodesk-chorus
Copy link

Chorus detected one or more security issues with this pull request. See the Checks tab for more details.

As a reminder, please follow the secure code review process as part of the Secure Coding Non-Negotiable requirement.

@massimim
Copy link
Collaborator Author

Unit test results from Spider:

Cannot find file: /home/max/repos/neon/PR/temp/Neon/build/DartConfiguration.tcl
   Site: 
   Build name: (empty)
Create new tag: 20230630-1516 - Experimental
Cannot find file: /home/max/repos/neon/PR/temp/Neon/build/DartConfiguration.tcl
Test project /home/max/repos/neon/PR/temp/Neon/build
      Start  1: coreUt_chrono
 1/38 Test  #1: coreUt_chrono ..........................   Passed   36.00 sec
      Start  2: coreUt_cli
 2/38 Test  #2: coreUt_cli .............................   Passed    0.00 sec
      Start  3: coreUt_digraph
 3/38 Test  #3: coreUt_digraph .........................   Passed    0.00 sec
      Start  4: coreUt_exceptions
 4/38 Test  #4: coreUt_exceptions ......................   Passed    0.00 sec
      Start  5: coreUt_io
 5/38 Test  #5: coreUt_io ..............................   Passed    2.13 sec
      Start  6: coreUt_logging
 6/38 Test  #6: coreUt_logging .........................   Passed    0.00 sec
      Start  7: coreUt_tools
 7/38 Test  #7: coreUt_tools ...........................   Passed    0.00 sec
      Start  8: coreUt_tuple3d
 8/38 Test  #8: coreUt_tuple3d .........................   Passed    0.00 sec
      Start  9: sysUt_devCpu
 9/38 Test  #9: sysUt_devCpu ...........................   Passed    0.80 sec
      Start 10: sysUt_devGpu
10/38 Test #10: sysUt_devGpu ...........................   Passed    0.95 sec
      Start 11: sysUt_devGpuNvcc
11/38 Test #11: sysUt_devGpuNvcc .......................   Passed    0.93 sec
      Start 12: sysUt_mem
12/38 Test #12: sysUt_mem ..............................   Passed    1.00 sec
      Start 13: sysUt_patterns
13/38 Test #13: sysUt_patterns .........................   Passed    2.32 sec
      Start 14: sysUt_report
14/38 Test #14: sysUt_report ...........................   Passed    0.88 sec
      Start 15: setUt_gpuSet
15/38 Test #15: setUt_gpuSet ...........................   Passed    2.06 sec
      Start 16: setUt_gpuSetNvcc
16/38 Test #16: setUt_gpuSetNvcc .......................   Passed    0.74 sec
      Start 17: setUt_memMirrorSet
17/38 Test #17: setUt_memMirrorSet .....................   Passed    2.20 sec
      Start 18: setUt_patterns
18/38 Test #18: setUt_patterns .........................   Passed    1.71 sec
      Start 19: setUt_multiDeviceObject
19/38 Test #19: setUt_multiDeviceObject ................   Passed    0.99 sec
      Start 20: setUt_containerGraph
20/38 Test #20: setUt_containerGraph ...................   Passed    4.76 sec
      Start 21: domain-globalIdx
21/38 Test #21: domain-globalIdx .......................   Passed   22.90 sec
      Start 22: domain-host-containers
22/38 Test #22: domain-host-containers .................   Passed   41.15 sec
      Start 23: domain-map
23/38 Test #23: domain-map .............................   Passed   44.96 sec
      Start 24: domain-neighbour-globalIdx
24/38 Test #24: domain-neighbour-globalIdx .............   Passed  202.94 sec
      Start 25: domain-halos
25/38 Test #25: domain-halos ...........................   Passed  118.68 sec
      Start 26: domain-stencil
26/38 Test #26: domain-stencil .........................   Passed   84.40 sec
      Start 27: domain-bGrid-tray
27/38 Test #27: domain-bGrid-tray ......................   Passed    0.79 sec
      Start 28: domainUt_sGrid
28/38 Test #28: domainUt_sGrid .........................   Passed    0.78 sec
      Start 29: domain-unit-test-eGrid
29/38 Test #29: domain-unit-test-eGrid .................   Passed    2.74 sec
      Start 30: domain-unit-test-gridInterface
30/38 Test #30: domain-unit-test-gridInterface .........   Passed    8.52 sec
      Start 31: domain-unit-test-patterns-containers
31/38 Test #31: domain-unit-test-patterns-containers ...   Passed    0.75 sec
      Start 32: domainUt_swap
32/38 Test #32: domainUt_swap ..........................   Passed   36.96 sec
      Start 33: gUt_tools
33/38 Test #33: gUt_tools ..............................   Passed    1.00 sec
      Start 34: gUt_vtk
34/38 Test #34: gUt_vtk ................................   Passed    1.24 sec
      Start 35: skeleton-map
35/38 Test #35: skeleton-map ...........................   Passed   41.00 sec
      Start 36: skeleton-stencil
36/38 Test #36: skeleton-stencil .......................   Passed    3.35 sec
      Start 37: sUt_skeletonOnStreams
37/38 Test #37: sUt_skeletonOnStreams ..................   Passed   49.52 sec
      Start 38: sUt_userInterface
38/38 Test #38: sUt_userInterface ......................   Passed   90.55 sec

100% tests passed, 0 tests failed out of 38

@massimim massimim requested a review from Ahdhn June 30, 2023 15:37
@massimim massimim closed this Nov 9, 2023
@massimim massimim deleted the dGridSOA branch November 9, 2023 14:22
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant