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

environment for sycl development and test #618

Merged
merged 286 commits into from
Sep 16, 2024
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 13, 2024

  1. all compiled

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ba69ad2 View commit details
    Browse the repository at this point in the history
  2. a bug in clang

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5eb3b6b View commit details
    Browse the repository at this point in the history
  3. 2 bugs found

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    947ae70 View commit details
    Browse the repository at this point in the history
  4. ls before cmake

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    c617e08 View commit details
    Browse the repository at this point in the history
  5. add intel compiler

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    66e57b6 View commit details
    Browse the repository at this point in the history
  6. print current directory

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    eeadda7 View commit details
    Browse the repository at this point in the history
  7. use local directory

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    27ed6ee View commit details
    Browse the repository at this point in the history
  8. try again

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    78c6944 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3afdb77 View commit details
    Browse the repository at this point in the history
  10. set entity id

    Xiangyu-Hu committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    339eda2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. use another make command

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1872e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888939b View commit details
    Browse the repository at this point in the history
  3. to show compiler

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    adf5ac9 View commit details
    Browse the repository at this point in the history
  4. move opt to cmake

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7d7e515 View commit details
    Browse the repository at this point in the history
  5. full version cmake options

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    bb77ff5 View commit details
    Browse the repository at this point in the history
  6. incremental change

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    e9ce48b View commit details
    Browse the repository at this point in the history
  7. move options

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    cfacace View commit details
    Browse the repository at this point in the history
  8. revert back

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    454d1cb View commit details
    Browse the repository at this point in the history
  9. only test sycl cases

    Xiangyu-Hu committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0c970b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. use apt install

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ddb2b7f View commit details
    Browse the repository at this point in the history
  2. list the libs

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    39da6f9 View commit details
    Browse the repository at this point in the history
  3. add opencl runtime

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b7f57c6 View commit details
    Browse the repository at this point in the history
  4. check if runtime installed

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    598ae86 View commit details
    Browse the repository at this point in the history
  5. set environment again

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a623b74 View commit details
    Browse the repository at this point in the history
  6. folder name tests_sycl

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    eeb56f2 View commit details
    Browse the repository at this point in the history
  7. set sycl env for each step

    Xiangyu-Hu committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    edd78a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddef538 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70002bb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    5d15f9c View commit details
    Browse the repository at this point in the history
  2. all compiled

    Xiangyu-Hu committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b4cf7c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. introduce type Index

    Xiangyu-Hu committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    30a5421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db61bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a48f09d View commit details
    Browse the repository at this point in the history
  4. prepare execution classes

    Xiangyu-Hu committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    479a3b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Use SizeT

    Xiangyu-Hu committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    76af971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb7b88 View commit details
    Browse the repository at this point in the history
  3. merge change

    Xiangyu-Hu committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    f2a0785 View commit details
    Browse the repository at this point in the history
  4. small change

    Xiangyu-Hu committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    69ffbb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d22bf6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9dce48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a931087 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. begin

    Xiangyu-Hu committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c67fa3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0b58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db961b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. 2d dambreak done

    Xiangyu-Hu committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    4169132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9c375 View commit details
    Browse the repository at this point in the history
  3. all compiled

    Xiangyu-Hu committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2a7a389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec42366 View commit details
    Browse the repository at this point in the history
  5. sync with master

    Xiangyu-Hu committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9ff5445 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. begin

    Xiangyu-Hu committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2f26524 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    6a881fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191f44a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d5a01 View commit details
    Browse the repository at this point in the history
  4. in tests

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    eb07d25 View commit details
    Browse the repository at this point in the history
  5. dambreak ok

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5952046 View commit details
    Browse the repository at this point in the history
  6. half done

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    12a2f32 View commit details
    Browse the repository at this point in the history
  7. 65% now

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5dd3f97 View commit details
    Browse the repository at this point in the history
  8. 99% compiled

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    1e81479 View commit details
    Browse the repository at this point in the history
  9. 99% compiled

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cc1bb0b View commit details
    Browse the repository at this point in the history
  10. all compiled, to test

    Xiangyu-Hu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    68e6813 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. to test again

    Xiangyu-Hu committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d240ba3 View commit details
    Browse the repository at this point in the history
  2. compiled by gnu

    Xiangyu-Hu committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5b76e37 View commit details
    Browse the repository at this point in the history
  3. opencascade case compiled

    Xiangyu-Hu committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9bb9112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c425f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc69822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53f2a7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89cb604 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. done, to test

    Xiangyu-Hu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fd30d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f782b1 View commit details
    Browse the repository at this point in the history
  3. solve merge conflict

    Xiangyu-Hu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b878c8 View commit details
    Browse the repository at this point in the history
  4. briefly revised, to test

    Xiangyu-Hu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0fa01a5 View commit details
    Browse the repository at this point in the history
  5. all compiled, to test

    Xiangyu-Hu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ded0de8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    1ec2120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84cc7cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece86a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ead0b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c0c64d9 View commit details
    Browse the repository at this point in the history
  2. to use late initialization

    Xiangyu-Hu committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e3fbbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    417e479 View commit details
    Browse the repository at this point in the history
  4. revise add unique variable

    Xiangyu-Hu committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    de12304 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    35f9830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142fda2 View commit details
    Browse the repository at this point in the history
  3. not compile yet

    Xiangyu-Hu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    74cf85d View commit details
    Browse the repository at this point in the history
  4. to check the bug

    Xiangyu-Hu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8b2c35e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    454a68d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119e31e View commit details
    Browse the repository at this point in the history
  7. bug on macro

    Xiangyu-Hu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    071861c View commit details
    Browse the repository at this point in the history
  8. jason file ignored

    Xiangyu-Hu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d8dc584 View commit details
    Browse the repository at this point in the history
  9. add macro through cmake

    Xiangyu-Hu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8b883cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd68b1a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    a3c750b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f3f4ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45aa86 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. compiled

    Xiangyu-Hu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f08540a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d0645 View commit details
    Browse the repository at this point in the history
  3. small change

    Xiangyu-Hu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f306600 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4409d8c View commit details
    Browse the repository at this point in the history
  5. to revise replated parts

    Xiangyu-Hu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ddd064d View commit details
    Browse the repository at this point in the history
  6. done. to test

    Xiangyu-Hu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    773ab1d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    f658be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b018fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    195bba2 View commit details
    Browse the repository at this point in the history
  4. to test

    Xiangyu-Hu committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    901ab58 View commit details
    Browse the repository at this point in the history
  5. found the bug

    Xiangyu-Hu committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4d8db78 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    d6af491 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. using unique pointer to save host computing kernel other than using t…

    …emporary object. Delete sycl event control, as I will use taskflow (for heterogenous computing) library.
    Xiangyu-Hu committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    90f5b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ca02e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a2a01 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c971c6f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. compiled

    Xiangyu-Hu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    42e3a44 View commit details
    Browse the repository at this point in the history
  2. compiled

    Xiangyu-Hu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7b40645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b06801e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9172e7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0fce23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32d44c9 View commit details
    Browse the repository at this point in the history
  7. compiled, to test

    Xiangyu-Hu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d97a1ec View commit details
    Browse the repository at this point in the history
  8. to test locally

    Xiangyu-Hu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ba888c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. found the crashing bugs, to test locally and thinking use device shar…

    …ed memory for constant entities
    Xiangyu-Hu committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    eace73e View commit details
    Browse the repository at this point in the history
  2. seems OK

    Xiangyu-Hu committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9f5c6ca View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. renaming time steps

    Xiangyu-Hu committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5cd981e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474736a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c66d09 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    b00600e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. seems done

    Xiangyu-Hu committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    645e145 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. add for each neighbor

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ebe1af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c5cdc View commit details
    Browse the repository at this point in the history
  3. small change

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f73f091 View commit details
    Browse the repository at this point in the history
  4. include scan header

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b181497 View commit details
    Browse the repository at this point in the history
  5. to debug in gnu

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    82bb1fb View commit details
    Browse the repository at this point in the history
  6. add atomic

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6263540 View commit details
    Browse the repository at this point in the history
  7. revised cell linked lst

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dacafad View commit details
    Browse the repository at this point in the history
  8. use policy

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8f82ac6 View commit details
    Browse the repository at this point in the history
  9. clarified scan size

    Xiangyu-Hu committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d6af4de View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    058ab5a View commit details
    Browse the repository at this point in the history
  2. to test

    Xiangyu-Hu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7bf9561 View commit details
    Browse the repository at this point in the history
  3. issue on atomic

    Xiangyu-Hu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    03f3d0c View commit details
    Browse the repository at this point in the history
  4. seems ok, to test all

    Xiangyu-Hu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    63fbe40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dba3b79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aa0ba0 View commit details
    Browse the repository at this point in the history
  7. SequencedPolicy also works

    Xiangyu-Hu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    02163d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    15d03c5 View commit details
    Browse the repository at this point in the history
  2. to instantiate

    Xiangyu-Hu committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7fb5782 View commit details
    Browse the repository at this point in the history
  3. to test locally

    Xiangyu-Hu committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0fbf1a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320626d View commit details
    Browse the repository at this point in the history
  5. back remote

    Xiangyu-Hu committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f1beb6c View commit details
    Browse the repository at this point in the history
  6. to test locally

    Xiangyu-Hu committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6d8dd54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa3992c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. to compile by gnu first

    Xiangyu-Hu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e18c9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e54923 View commit details
    Browse the repository at this point in the history
  3. cleaned

    Xiangyu-Hu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eb10f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    19a31ae View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    8329786 View commit details
    Browse the repository at this point in the history
  2. compiled and pass

    Xiangyu-Hu committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a3449a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d358897 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. to compile and test

    Xiangyu-Hu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e0df5bd View commit details
    Browse the repository at this point in the history
  2. to test neighbor list

    Xiangyu-Hu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6b0737c View commit details
    Browse the repository at this point in the history
  3. neighbor list

    Xiangyu-Hu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6becb4f View commit details
    Browse the repository at this point in the history
  4. test locally

    Xiangyu-Hu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4ff6381 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. revise naming

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed5f8d3 View commit details
    Browse the repository at this point in the history
  2. test with gpu

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    818d01a View commit details
    Browse the repository at this point in the history
  3. to test on cpu

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5aed2aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce02c31 View commit details
    Browse the repository at this point in the history
  5. using relation variable

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4a1e9f1 View commit details
    Browse the repository at this point in the history
  6. to test locally

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    154012f View commit details
    Browse the repository at this point in the history
  7. contact criteria

    Xiangyu-Hu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4f90c4f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    59c6948 View commit details
    Browse the repository at this point in the history
  2. briefly works, to revise

    Xiangyu-Hu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7141772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8576966 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad3654 View commit details
    Browse the repository at this point in the history
  5. naming

    Xiangyu-Hu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f6c6f32 View commit details
    Browse the repository at this point in the history
  6. to compile all

    Xiangyu-Hu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eeda41e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ef8606 View commit details
    Browse the repository at this point in the history
  8. small change

    Xiangyu-Hu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    35ebdff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. begin interaction dynamics

    Xiangyu-Hu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3340c5e View commit details
    Browse the repository at this point in the history
  2. add de-virtualized kernel

    Xiangyu-Hu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6763a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b063b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c0e3e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc021d8 View commit details
    Browse the repository at this point in the history
  3. small change

    Xiangyu-Hu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4fe4b3d View commit details
    Browse the repository at this point in the history
  4. to find the bug

    Xiangyu-Hu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c943956 View commit details
    Browse the repository at this point in the history
  5. gnu pass

    Xiangyu-Hu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5d6c6e0 View commit details
    Browse the repository at this point in the history
  6. to run on gpu

    Xiangyu-Hu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    34aa3c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    f78c553 View commit details
    Browse the repository at this point in the history
  2. compiled the simplest case

    Xiangyu-Hu committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4991be3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. simply density summation

    Xiangyu-Hu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bb24720 View commit details
    Browse the repository at this point in the history
  2. small change

    Xiangyu-Hu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6c3e83b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ad49e View commit details
    Browse the repository at this point in the history
  4. small change

    Xiangyu-Hu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ab783ec View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e90a52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7463b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47e835b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    7e83d17 View commit details
    Browse the repository at this point in the history
  2. using interaction kernel

    Xiangyu-Hu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6dd75b8 View commit details
    Browse the repository at this point in the history
  3. to compile

    Xiangyu-Hu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    76aba85 View commit details
    Browse the repository at this point in the history
  4. briefly compiled

    Xiangyu-Hu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3b8a196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e229989 View commit details
    Browse the repository at this point in the history
  6. naming

    Xiangyu-Hu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    09accfc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. renamed the file names

    Xiangyu-Hu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6e09523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5dee84 View commit details
    Browse the repository at this point in the history
  3. compiled

    Xiangyu-Hu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f871b59 View commit details
    Browse the repository at this point in the history
  4. to test the results

    Xiangyu-Hu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3f890e9 View commit details
    Browse the repository at this point in the history
  5. to test locally

    Xiangyu-Hu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ff33dff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    124eec0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f1f31a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. acoustic time step done

    Xiangyu-Hu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cac3909 View commit details
    Browse the repository at this point in the history
  2. compiled

    Xiangyu-Hu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7da63ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b94e97 View commit details
    Browse the repository at this point in the history
  4. to add second half

    Xiangyu-Hu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    829a628 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    cd03a71 View commit details
    Browse the repository at this point in the history
  2. compiled, to test

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    50f27fd View commit details
    Browse the repository at this point in the history
  3. not using sort at present

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7c0ab75 View commit details
    Browse the repository at this point in the history
  4. first step ok

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    bc936ec View commit details
    Browse the repository at this point in the history
  5. ok

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1259bd6 View commit details
    Browse the repository at this point in the history
  6. seems ok

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b0e782d View commit details
    Browse the repository at this point in the history
  7. compiled

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d2a95e5 View commit details
    Browse the repository at this point in the history
  8. compiled

    Xiangyu-Hu committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    82a82d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    c77f736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c4e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b85ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6030c3b View commit details
    Browse the repository at this point in the history
  5. bugs, to debug in gnu

    Xiangyu-Hu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8fc2bc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04c39c6 View commit details
    Browse the repository at this point in the history
  7. to test with gpu

    Xiangyu-Hu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4475488 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1ec418 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    d50ff98 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    f2ee373 View commit details
    Browse the repository at this point in the history
  2. gnu seems ok

    Xiangyu-Hu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    74f7582 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. pre position for update

    Xiangyu-Hu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f25a919 View commit details
    Browse the repository at this point in the history
  2. compiled

    Xiangyu-Hu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dc6ade5 View commit details
    Browse the repository at this point in the history
  3. dambreak tested

    Xiangyu-Hu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bfdd092 View commit details
    Browse the repository at this point in the history
  4. clean old classes

    Xiangyu-Hu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    08a558e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    2217a86 View commit details
    Browse the repository at this point in the history
  2. all compiled

    Xiangyu-Hu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b9fee46 View commit details
    Browse the repository at this point in the history
  3. not finished

    Xiangyu-Hu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    10984f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15bad19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c64433b View commit details
    Browse the repository at this point in the history
  6. done

    Xiangyu-Hu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2e2cebe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce2408b View commit details
    Browse the repository at this point in the history
  8. deleted the old paragraph

    Xiangyu-Hu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    37e7100 View commit details
    Browse the repository at this point in the history
  9. a bug on particle reload

    Xiangyu-Hu committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    174dd44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    339b36c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d42ff8d View commit details
    Browse the repository at this point in the history
  2. comment

    Xiangyu-Hu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4342d75 View commit details
    Browse the repository at this point in the history
  3. begin

    Xiangyu-Hu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4a75bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa45c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. change file layout

    Xiangyu-Hu committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    abad4ee View commit details
    Browse the repository at this point in the history
  2. master and stable branch

    Xiangyu-Hu committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    29504ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7815f9a View commit details
    Browse the repository at this point in the history
  4. to check a bug

    Xiangyu-Hu committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7261d32 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    2057100 View commit details
    Browse the repository at this point in the history