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

add mm, sqrt, div operators for complex tensor to support OneScience #10269

Merged
merged 219 commits into from
Jun 30, 2023

Commits on Mar 7, 2023

  1. init commit for add cfloat and cdouble dtype

    levi131 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0281680 View commit details
    Browse the repository at this point in the history
  2. code polish

    levi131 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9b915e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf2076 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

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

Commits on Mar 9, 2023

  1. save work

    levi131 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c602d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661df1e View commit details
    Browse the repository at this point in the history
  3. save work

    levi131 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9d5b054 View commit details
    Browse the repository at this point in the history
  4. merge upstream master

    levi131 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9466b8e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. update work

    levi131 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3896bd1 View commit details
    Browse the repository at this point in the history
  2. add oneflow.complex64 and oneflow.complex128

    levi131 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    797d483 View commit details
    Browse the repository at this point in the history
  3. fix bug for complex128

    levi131 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e25f0a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. fix bug for get item for scalar complex tensor

    levi131 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d4295de View commit details
    Browse the repository at this point in the history
  2. update format

    levi131 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    34cb7ff View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. update work state

    levi131 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d3287a8 View commit details
    Browse the repository at this point in the history
  2. update format

    levi131 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6b6e884 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. rm some useless code

    levi131 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f66c2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07df8de View commit details
    Browse the repository at this point in the history
  3. fix format

    levi131 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ffbca31 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. save work state

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    46f7d3c View commit details
    Browse the repository at this point in the history
  2. add complex64 and complex128 for cpu primitive

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e17b942 View commit details
    Browse the repository at this point in the history
  3. refine format

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ea74be6 View commit details
    Browse the repository at this point in the history
  4. skip test tensor cuda on CPU only CI

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    cc59ba2 View commit details
    Browse the repository at this point in the history
  5. add import os

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d22f576 View commit details
    Browse the repository at this point in the history
  6. Add c2c, r2c, c2r Op.

    MarioLulab committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fbb4c3e View commit details
    Browse the repository at this point in the history
  7. rm default value for ComplexDoubleAttr

    levi131 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2c6af0f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge remote-tracking branch 'upstream/master' into lml/complex_tenso…

    …r_and_complex_attr
    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    95c418c View commit details
    Browse the repository at this point in the history
  2. rm unused construct function for calss scalar

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    02d0656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    795ae7d View commit details
    Browse the repository at this point in the history
  4. refine format

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b00334d View commit details
    Browse the repository at this point in the history
  5. add set active_tag

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fac2e1f View commit details
    Browse the repository at this point in the history
  6. use DataType_ARRAYSIZE macro and oneflow::Hash

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2c0f6eb View commit details
    Browse the repository at this point in the history
  7. fix bug in Importer.cpp

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    417bd6d View commit details
    Browse the repository at this point in the history
  8. fix for ci

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    44fff90 View commit details
    Browse the repository at this point in the history
  9. fix for ci

    levi131 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7364d18 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix bug, the second set real -> set imag

    levi131 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    79f2708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb2df2 View commit details
    Browse the repository at this point in the history
  3. modify attr of fft op

    MarioLulab committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0cff5c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3204ab0 View commit details
    Browse the repository at this point in the history
  5. fix complie error

    levi131 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    74a825b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c714a6e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …luqi/dev_fft_based_complex
    MarioLulab committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ce10783 View commit details
    Browse the repository at this point in the history
  2. register fft_c2c keernel

    MarioLulab committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1d62f49 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/lml_complex_tensor_and_complex_…

    …attr/lml/complex_tensor_and_complex_attr' into luqi/dev_fft_based_complex
    MarioLulab committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5e11946 View commit details
    Browse the repository at this point in the history
  4. modify fft kernels.

    MarioLulab committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1b88afa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870b515 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f300b6a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    63a26b5 View commit details
    Browse the repository at this point in the history
  2. add backward interface.

    MarioLulab committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e8bb7d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    2a73308 View commit details
    Browse the repository at this point in the history
  2. add c2c baackward

    MarioLulab committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    077ac6a View commit details
    Browse the repository at this point in the history
  3. fix compile error

    MarioLulab committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    62e1b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec4c62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe69b40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e81886d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. fix compile error.

    MarioLulab committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    65c32e2 View commit details
    Browse the repository at this point in the history
  2. fix undefined symbol error

    MarioLulab committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    85328c2 View commit details
    Browse the repository at this point in the history
  3. explicitly instantiate

    MarioLulab committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    592be25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d38db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix compile error.

    MarioLulab committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bddc999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0c413 View commit details
    Browse the repository at this point in the history
  3. for debuug

    MarioLulab committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d8d89b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. add testcase

    MarioLulab committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    018358c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d259b View commit details
    Browse the repository at this point in the history
  3. save work status

    levi131 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    396939c View commit details
    Browse the repository at this point in the history
  4. rm conj op

    levi131 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    afca267 View commit details
    Browse the repository at this point in the history
  5. remove imag_op.cpp

    levi131 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5c140d8 View commit details
    Browse the repository at this point in the history
  6. support autograd

    levi131 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    af420cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62d767d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f99f46 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    7b6908b View commit details
    Browse the repository at this point in the history
  2. pass compile

    levi131 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6b5d006 View commit details
    Browse the repository at this point in the history
  3. refine format

    levi131 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2310075 View commit details
    Browse the repository at this point in the history
  4. fix spell bug: IsFloating16 -> IsComplex

    levi131 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    9508011 View commit details
    Browse the repository at this point in the history
  5. save status

    levi131 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    557d118 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    8121602 View commit details
    Browse the repository at this point in the history
  2. update test file.

    MarioLulab committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6c005c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c813a7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61cd37b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    074084d View commit details
    Browse the repository at this point in the history
  6. of_format

    MarioLulab committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    75d20ea View commit details
    Browse the repository at this point in the history
  7. support add for complex on cpu

    levi131 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2b7c4f8 View commit details
    Browse the repository at this point in the history
  8. finish work except test

    levi131 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    7b06095 View commit details
    Browse the repository at this point in the history
  9. of_format

    levi131 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0c3a016 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. support complex for fill cuda

    levi131 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    64c1085 View commit details
    Browse the repository at this point in the history
  2. of_format

    levi131 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5911f9f View commit details
    Browse the repository at this point in the history
  3. fix test

    levi131 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    999769a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1c48d8 View commit details
    Browse the repository at this point in the history
  5. fix for ci

    levi131 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    61ffcc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. prepare for merge

    MarioLulab committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    dc19e4e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'lml_complex_tensor_and_complex_attr/lml…

    …/conj' into luqi/dev_fft_based_complex
    MarioLulab committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a45880d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf4cbd5 View commit details
    Browse the repository at this point in the history
  4. rfft test pass

    MarioLulab committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a7a7c00 View commit details
    Browse the repository at this point in the history
  5. fix bug

    levi131 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    183b778 View commit details
    Browse the repository at this point in the history
  6. merge master

    levi131 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3a0c984 View commit details
    Browse the repository at this point in the history
  7. fix bug

    levi131 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2572353 View commit details
    Browse the repository at this point in the history
  8. readd IsFloat16 Trait

    levi131 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a890bce View commit details
    Browse the repository at this point in the history
  9. fix format

    levi131 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    caa7f62 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. modify some docstring

    levi131 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6b8b0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9c36b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7299dea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd171dc View commit details
    Browse the repository at this point in the history
  5. add fft_c2r grad, but not test yet. find bug in rfft when shape[dim] …

    …<= 2 will cause segment fault.
    MarioLulab committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f442e1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23de2a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Merge remote-tracking branch 'upstream/lml/cuComplex_checkdatatype' i…

    …nto lml/conj
    levi131 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cc56e3f View commit details
    Browse the repository at this point in the history
  2. merge master

    levi131 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    754bff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    9b3506e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae55408 View commit details
    Browse the repository at this point in the history
  3. finish rfftn

    MarioLulab committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ff1d095 View commit details
    Browse the repository at this point in the history
  4. finish irfftn

    MarioLulab committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    98c103d View commit details
    Browse the repository at this point in the history
  5. finish hfftn

    MarioLulab committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ec64c86 View commit details
    Browse the repository at this point in the history
  6. finish ihfftn

    MarioLulab committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e402163 View commit details
    Browse the repository at this point in the history
  7. code polish

    MarioLulab committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    da84dcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a5890d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. remote debug file

    MarioLulab committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    50776d0 View commit details
    Browse the repository at this point in the history
  2. of_format

    MarioLulab committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ad87f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f84ef3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acea5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dae45c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e44d796 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4b8991 View commit details
    Browse the repository at this point in the history
  8. modify cast op backward

    MarioLulab committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    190b0c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f43794a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    8990c75 View commit details
    Browse the repository at this point in the history
  2. make code clean

    MarioLulab committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    daa17dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3e4d4b View commit details
    Browse the repository at this point in the history
  4. of_format

    MarioLulab committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    97513c2 View commit details
    Browse the repository at this point in the history
  5. merge master

    levi131 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    280b854 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b56f20 View commit details
    Browse the repository at this point in the history
  7. enable cuda version

    MarioLulab committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0f1214c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e7981b View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'lml_complex_tensor_and_complex_attr/lml…

    …/conj' into luqi/dev_fft_based_complex
    MarioLulab committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b0f94a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    1e24826 View commit details
    Browse the repository at this point in the history
  2. add data layout of cufft

    MarioLulab committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f033ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d4a685 View commit details
    Browse the repository at this point in the history
  4. refactor cufft_plan_cache

    MarioLulab committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    dd90a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. add infer tmp_buffer fn

    MarioLulab committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1a72500 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. add op in ccuda

    MarioLulab committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    4a6da71 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    976329d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5dc825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5835871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1a9933 View commit details
    Browse the repository at this point in the history
  5. merged

    MarioLulab committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f9d91af View commit details
    Browse the repository at this point in the history
  6. conflict solving

    MarioLulab committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3fc4a3e View commit details
    Browse the repository at this point in the history
  7. add equal and not_equal

    MarioLulab committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    84e83a0 View commit details
    Browse the repository at this point in the history
  8. of_format

    MarioLulab committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    62cb70f View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'remotes/origin/luqi/add_complex_cuda_op…

    …' into luqi/dev_fft_based_complex
    MarioLulab committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f861729 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 21, 2023

  1. cuda fft_c2c done.

    MarioLulab committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    34e450c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3198a5d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. add cuda fft_r2c

    MarioLulab committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1dcb4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d287d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0944878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23f15c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    336684a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3b170 View commit details
    Browse the repository at this point in the history
  3. fix scale mul

    MarioLulab committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0338013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e227d92 View commit details
    Browse the repository at this point in the history
  5. remove debug info

    MarioLulab committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    848fe8d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. remove redundant files

    MarioLulab committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4dfca18 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    39e0a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca63a1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    197f829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d549427 View commit details
    Browse the repository at this point in the history
  3. delete redundant code

    MarioLulab committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1df71f3 View commit details
    Browse the repository at this point in the history
  4. refactor Functor of FFT

    MarioLulab committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4b4e5f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd9fbb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa80d9b View commit details
    Browse the repository at this point in the history
  7. add doc of fft module

    MarioLulab committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6ae39ff View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    328fa6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5d34c View commit details
    Browse the repository at this point in the history
  3. delete blankspace

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2530677 View commit details
    Browse the repository at this point in the history
  4. of_format

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    164e266 View commit details
    Browse the repository at this point in the history
  5. update test_fft.py

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c1fdb12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3861eb1 View commit details
    Browse the repository at this point in the history
  7. fix for ci

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2fe88c0 View commit details
    Browse the repository at this point in the history
  8. of_format

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    52bf0b5 View commit details
    Browse the repository at this point in the history
  9. of_format

    MarioLulab committed May 10, 2023
    Configuration menu
    Copy the full SHA
    afb9a0a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    0b28829 View commit details
    Browse the repository at this point in the history
  2. fix for ci

    MarioLulab committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3905e57 View commit details
    Browse the repository at this point in the history
  3. fix for ci

    MarioLulab committed May 11, 2023
    Configuration menu
    Copy the full SHA
    aba72fe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

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

Commits on May 16, 2023

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

Commits on May 17, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    71bf8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e3e0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2f543f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 22, 2023

  1. update code

    MarioLulab committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c01e064 View commit details
    Browse the repository at this point in the history
  2. update divgrad

    MarioLulab committed May 22, 2023
    Configuration menu
    Copy the full SHA
    42b8c01 View commit details
    Browse the repository at this point in the history
  3. temp test code

    MarioLulab committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e7f7347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d86ec7 View commit details
    Browse the repository at this point in the history
  5. fix for ci

    MarioLulab committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cd8353f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1acdd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32c211e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    37a8eba View commit details
    Browse the repository at this point in the history
  2. test broadcast div

    MarioLulab committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a63ce74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4bb7af View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

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

Commits on May 30, 2023

  1. of_format

    MarioLulab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5cad8e4 View commit details
    Browse the repository at this point in the history
  2. fix for ci

    MarioLulab committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0d62dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    1f87e0d View commit details
    Browse the repository at this point in the history
  2. Update elementwise_unary.h

    format
    L-Xiafeng authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    af6bf78 View commit details
    Browse the repository at this point in the history
  3. Update test_add.py

    format
    L-Xiafeng authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    59384ee View commit details
    Browse the repository at this point in the history
  4. Update test_matmul.py

    format
    L-Xiafeng authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c3ee4bd View commit details
    Browse the repository at this point in the history
  5. Update test_mul.py

    format
    L-Xiafeng authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ecdc70e View commit details
    Browse the repository at this point in the history
  6. Update test_sub.py

    format
    L-Xiafeng authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d5f1a20 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Update broadcast_matmul.cpp

    fix compile error
    L-Xiafeng authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    28a2892 View commit details
    Browse the repository at this point in the history
  2. Update test_sum.py

    L-Xiafeng authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7739659 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Update test_complex.py

    rm useless import
    L-Xiafeng authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    85f2bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a540d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3392cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d859e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Update test_add.py

    set test_complex
    L-Xiafeng authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    eafe78f View commit details
    Browse the repository at this point in the history
  2. Update test_add.py

    typo
    L-Xiafeng authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    93e2000 View commit details
    Browse the repository at this point in the history
  3. Update test_mul.py

    complex test
    L-Xiafeng authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f551bfe View commit details
    Browse the repository at this point in the history
  4. Update test_sub.py

    test complex
    L-Xiafeng authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5ca640e View commit details
    Browse the repository at this point in the history
  5. Update test_add.py

    test complex
    L-Xiafeng authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    529fb6a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update test_global_tile.py

    skip test out of memory
    L-Xiafeng authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f544c13 View commit details
    Browse the repository at this point in the history