Ondřej Čertík

Results 1764 comments of Ondřej Čertík

Not sure what is going on here: ``` CMakeFiles/use_02.dir/use_02.f90.o.tmp.f90:41:5: 41 | use lfortran_intrinsic_iso_fortran_env, only: real64 | 1 Fatal Error: Cannot open module file ‘lfortran_intrinsic_iso_fortran_env.mod’ for reading at (1): No such...

bc.. I'd also suggest mutliprocessing (and its backported versions to python2.5 and 2.4), that's standard now. Other packages will hopefully adapt their interface to it. :) p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=88#c3":http://code.google.com/p/mpmath/issues/detail?id=88#c3...

bc.. I suggest to figure out how to fix it, because multiprocessing is now the standard. parallel python is not. p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=88#c8":http://code.google.com/p/mpmath/issues/detail?id=88#c8 p. Original author: "https://code.google.com/u/104039945248245758823/":https://code.google.com/u/104039945248245758823/

bc.. For backporting multiprocessing, see the thread starting from here: http://mail.python.org/pipermail/python-dev/2008-October/083027.html and the code here: http://code.google.com/p/python-multiprocessing/ p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=88#c10":http://code.google.com/p/mpmath/issues/detail?id=88#c10 p. Original author: "https://code.google.com/u/104039945248245758823/":https://code.google.com/u/104039945248245758823/

bc.. Yeah, I noticed too. :) p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=88#c12":http://code.google.com/p/mpmath/issues/detail?id=88#c12 p. Original author: "https://code.google.com/u/104039945248245758823/":https://code.google.com/u/104039945248245758823/

I have Apple M1 Max, I tried the latest master (6d048a0c0b66738170d301712216dcc05932d66e) on the example from the README: ```python from tinygrad import Tensor x = Tensor.eye(3, requires_grad=True) y = Tensor([[2.0,0,-2.0]], requires_grad=True)...

Thanks @kargl. Do you know the purpose why the standard allows this? Perhaps so that you can just copy and paste an existing procedure's declaration part into an interface and...

Tests pass, let me rebase this to simplify the diff and let me run all tests.

I think this might not be the right fix. First of all, let's create an MRE for this bug, to make it easier to investigate what went wrong and what...

I think this analysis is accurate: ``` Type Mismatch in ASR Looking at the ASR output, there are two different scopy definitions that don't agree: 1. Actual scopy subroutine (lines...