You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can time how long it takes to make an array of lists:
%time
ans2 = for i:(Fin 3). "hello"
Compile time: 23.659 ms
Run time: 6.339 us
But I can't benchmark making an array of lists:
%bench "foo"
ans3 = for i:(Fin 3). "hello"
foo
Compile time: 26.040 ms
Run time: 0.000 ns
Compiler bug!
Please report this at github.com/google-research/dex-lang/issues
not implemented
CallStack (from HasCallStack):
error, called at src/lib/LLVMExec.hs:345:8 in dex-0.1.0.0-8hDfthyGTXmzhkTo2ydOn:LLVMExec
The text was updated successfully, but these errors were encountered:
I can make an array of lists:
I can time how long it takes to make an array of lists:
But I can't benchmark making an array of lists:
The text was updated successfully, but these errors were encountered: