-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make files advanced #3
Comments
Use deltablue, fannkuch, nbody, and richards as inspiration:
|
the 1-file benchmarks are done, errors in a few, have to experiment with types later. Moving onto 2 files now. Most interesting error was: KeyError: (<ast.Call object at 0x7f58c66bf220>, <class 'compiler.static.types.ClassCallInfo'>) Not sure if this relates to the compiler, but this was odd... |
What's the code that gave that error? The advanced
|
Hello, I looked into the files in test_static, but I couldn't find any special float types. The main primitive types throughout the code were: int32, int64, int8 but no float 64 |
I'm surprised about |
1 file directories
2, 3, 4 file directories...
The text was updated successfully, but these errors were encountered: