-
Notifications
You must be signed in to change notification settings - Fork 43
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
Multinomial #141
Multinomial #141
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1575860 - Browse repository at this point
Copy the full SHA 1575860View commit details
Commits on Jul 29, 2024
-
Bowen12992 committed
Jul 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e4879e - Browse repository at this point
Copy the full SHA 4e4879eView commit details -
Merge branch 'master' of https://github.com/FlagOpen/FlagGems into op…
…_dev
Bowen12992 committedJul 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 00da77e - Browse repository at this point
Copy the full SHA 00da77eView commit details
Commits on Jul 30, 2024
-
add full zero ones Ops & UT & Bench
Bowen12992 committedJul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 22e14de - Browse repository at this point
Copy the full SHA 22e14deView commit details -
Bowen12992 committed
Jul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 5063551 - Browse repository at this point
Copy the full SHA 5063551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55987a6 - Browse repository at this point
Copy the full SHA 55987a6View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f6822a - Browse repository at this point
Copy the full SHA 0f6822aView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c894eb3 - Browse repository at this point
Copy the full SHA c894eb3View commit details -
Bowen12992 committed
Aug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 521dd05 - Browse repository at this point
Copy the full SHA 521dd05View commit details -
Merge branch 'master' of https://github.com/FlagOpen/FlagGems into op…
…_dev
Bowen12992 committedAug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for f39ae12 - Browse repository at this point
Copy the full SHA f39ae12View commit details -
Bowen12992 committed
Aug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 732edca - Browse repository at this point
Copy the full SHA 732edcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e93b3 - Browse repository at this point
Copy the full SHA 85e93b3View commit details -
Bowen12992 committed
Aug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 145ed76 - Browse repository at this point
Copy the full SHA 145ed76View commit details -
Bowen12992 committed
Aug 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 273efc8 - Browse repository at this point
Copy the full SHA 273efc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46da90 - Browse repository at this point
Copy the full SHA f46da90View commit details -
* exponential added. * Added K-S tests to exponential_, fp64 corrected. * aligned with aten prototype * Exponential_ uses uint64 offsets in Triton kernel. * Update pyproject config for new test dependencies.
Configuration menu - View commit details
-
Copy full SHA for 4a5acdd - Browse repository at this point
Copy the full SHA 4a5acddView commit details
Commits on Aug 2, 2024
-
Bowen12992 committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f725c4 - Browse repository at this point
Copy the full SHA 2f725c4View commit details -
Bowen12992 committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for f1b27d1 - Browse repository at this point
Copy the full SHA f1b27d1View commit details -
Use int64 indexing when needed & fix argmax (#146)
1. fix amax, armax and triu, use int64 indexing when the largest tensor's size_in_bytes exceed int32's max; 2. change the tiling scheme for argmax to loop in the reduction dimension, instead of data-size-dependent-tile-size
Configuration menu - View commit details
-
Copy full SHA for 9e878c4 - Browse repository at this point
Copy the full SHA 9e878c4View commit details -
Bowen12992 committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 371f108 - Browse repository at this point
Copy the full SHA 371f108View commit details -
Bowen12992 committed
Aug 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fcc8e7 - Browse repository at this point
Copy the full SHA 6fcc8e7View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7feb4b - Browse repository at this point
Copy the full SHA a7feb4bView commit details
Commits on Aug 5, 2024
-
Making libentry thread safe (#136)
* libentry now is lock protected. * Add multithreading tests for libentry. * polish code.
Configuration menu - View commit details
-
Copy full SHA for 369aa82 - Browse repository at this point
Copy the full SHA 369aa82View commit details
Commits on Aug 6, 2024
-
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 423731d - Browse repository at this point
Copy the full SHA 423731dView commit details -
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0da6086 - Browse repository at this point
Copy the full SHA 0da6086View commit details -
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for de4b098 - Browse repository at this point
Copy the full SHA de4b098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 980c9d7 - Browse repository at this point
Copy the full SHA 980c9d7View commit details -
Merge pull request #151 from Bowen12992/test_for_op
[Test] Test for op
Configuration menu - View commit details
-
Copy full SHA for e77db4c - Browse repository at this point
Copy the full SHA e77db4cView commit details -
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 22654f1 - Browse repository at this point
Copy the full SHA 22654f1View commit details -
Merge branch 'master' of https://github.com/FlagOpen/FlagGems into op…
…_dev
Bowen12992 committedAug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 78bdaf2 - Browse repository at this point
Copy the full SHA 78bdaf2View commit details -
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0dde1a6 - Browse repository at this point
Copy the full SHA 0dde1a6View commit details -
Bowen12992 committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 34c7522 - Browse repository at this point
Copy the full SHA 34c7522View commit details -
Merge pull request #139 from Bowen12992/op_dev
[Operator] Add uniform, normal, resolve_neg & resolve_conj & zeros & ones & full Ops with UT & Bench
Configuration menu - View commit details
-
Copy full SHA for 7042de1 - Browse repository at this point
Copy the full SHA 7042de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9ce0c - Browse repository at this point
Copy the full SHA dc9ce0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce37522 - Browse repository at this point
Copy the full SHA ce37522View commit details
Commits on Aug 7, 2024
-
Move multinomial hypothesis tests to test_distribution_ops, resolve c…
…onflicts with master.
Configuration menu - View commit details
-
Copy full SHA for 376344c - Browse repository at this point
Copy the full SHA 376344cView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db5dd1e - Browse repository at this point
Copy the full SHA db5dd1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c6a612 - Browse repository at this point
Copy the full SHA 6c6a612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d40f7a - Browse repository at this point
Copy the full SHA 3d40f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134bef1 - Browse repository at this point
Copy the full SHA 134bef1View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e25e04e - Browse repository at this point
Copy the full SHA e25e04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b2c5d - Browse repository at this point
Copy the full SHA e7b2c5dView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47e76ad - Browse repository at this point
Copy the full SHA 47e76adView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55c84f7 - Browse repository at this point
Copy the full SHA 55c84f7View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa66384 - Browse repository at this point
Copy the full SHA aa66384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650981d - Browse repository at this point
Copy the full SHA 650981dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f1860 - Browse repository at this point
Copy the full SHA 71f1860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e3a4d - Browse repository at this point
Copy the full SHA 82e3a4dView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8f9a47 - Browse repository at this point
Copy the full SHA a8f9a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6ec74 - Browse repository at this point
Copy the full SHA 3f6ec74View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afd2c0d - Browse repository at this point
Copy the full SHA afd2c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd62e5 - Browse repository at this point
Copy the full SHA bfd62e5View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 572853c - Browse repository at this point
Copy the full SHA 572853cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a472e - Browse repository at this point
Copy the full SHA 85a472eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafe33d - Browse repository at this point
Copy the full SHA eafe33dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459bb61 - Browse repository at this point
Copy the full SHA 459bb61View commit details