-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Demonstrate how to add JIT using MLIR to micrograd #62
base: master
Are you sure you want to change the base?
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 078afbc - Browse repository at this point
Copy the full SHA 078afbcView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23c7fac - Browse repository at this point
Copy the full SHA 23c7facView commit details -
Configuration menu - View commit details
-
Copy full SHA for edcde3d - Browse repository at this point
Copy the full SHA edcde3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cab09 - Browse repository at this point
Copy the full SHA f1cab09View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cbbcd - Browse repository at this point
Copy the full SHA b4cbbcdView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff2593b - Browse repository at this point
Copy the full SHA ff2593bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 621328a - Browse repository at this point
Copy the full SHA 621328aView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25138a0 - Browse repository at this point
Copy the full SHA 25138a0View commit details -
Merge pull request #1 from alexander-shaposhnikov/add_mlir_exec
Add test_mlir_execution.py
Configuration menu - View commit details
-
Copy full SHA for 67516d4 - Browse repository at this point
Copy the full SHA 67516d4View commit details -
Merge pull request #2 from alexander-shaposhnikov/add_compiler
Add jit.py, test_jit.py
Configuration menu - View commit details
-
Copy full SHA for 574f731 - Browse repository at this point
Copy the full SHA 574f731View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6c096 - Browse repository at this point
Copy the full SHA fc6c096View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27f24d - Browse repository at this point
Copy the full SHA b27f24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 518e151 - Browse repository at this point
Copy the full SHA 518e151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440f14a - Browse repository at this point
Copy the full SHA 440f14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfcaf3 - Browse repository at this point
Copy the full SHA 0bfcaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2213aea - Browse repository at this point
Copy the full SHA 2213aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84cb555 - Browse repository at this point
Copy the full SHA 84cb555View commit details -
* Added JIT doc to README * Added more comments * Cleaned up ctypes code
Configuration menu - View commit details
-
Copy full SHA for 87489d7 - Browse repository at this point
Copy the full SHA 87489d7View commit details
Commits on Mar 1, 2024
-
Fix it so that JIT works for multiple out NN
* Crazy amount of debugging to fix this. Alexander went crazy deep to look at the instructions in lldb to see that the MLIR CPU runner was doing a double dereference only when the return is a list. The argument is also first in the method list ... why!? Co-authored-by: Alexander Shaposhnikov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0082cc0 - Browse repository at this point
Copy the full SHA 0082cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64757b - Browse repository at this point
Copy the full SHA c64757bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 284c2f1 - Browse repository at this point
Copy the full SHA 284c2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79081b - Browse repository at this point
Copy the full SHA e79081bView commit details
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b5ac71 - Browse repository at this point
Copy the full SHA 0b5ac71View commit details -
Merge pull request #4 from alexander-shaposhnikov/add_toy_benchmark
Add a toy benchmark
Configuration menu - View commit details
-
Copy full SHA for e8b5d5a - Browse repository at this point
Copy the full SHA e8b5d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e5e4d - Browse repository at this point
Copy the full SHA d3e5e4dView commit details