Re: [Cython] `cdef inline` and typed memory views

2012-04-23 Thread mark florisson
On 23 April 2012 07:24, Stefan Behnel wrote: > mark florisson, 22.04.2012 22:20: >> On 21 April 2012 20:17, Dimitri Tcaciuc wrote: >>> Say I want to factor out inner part of >>> some N^2 loops over a flow array, I write something like >>> >>>  cdef inline float _inner(size_t i, size_t j, float[:]

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread Stefan Behnel
mark florisson, 22.04.2012 22:20: > On 21 April 2012 20:17, Dimitri Tcaciuc wrote: >> Say I want to factor out inner part of >> some N^2 loops over a flow array, I write something like >> >> cdef inline float _inner(size_t i, size_t j, float[:] x): >> cdef float d = x[i] - x[j] >> return s

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread Stefan Behnel
mark florisson, 22.04.2012 22:21: > On 22 April 2012 19:14, Dimitri Tcaciuc wrote: >> On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote: >>> Dimitri Tcaciuc, 21.04.2012 21:17: On a somewhat relevant node, have you considered enabling Issues page on Github? >>> >>> It was discussed, bu

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread Dimitri Tcaciuc
On Sun, Apr 22, 2012 at 1:20 PM, mark florisson wrote: > On 21 April 2012 20:17, Dimitri Tcaciuc wrote: >> Hey everyone, >> >> Congratulations on shipping 0.16! I think I found a problem which >> seems pretty straight forward. Say I want to factor out inner part of >> some N^2 loops over a flow a

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread mark florisson
On 22 April 2012 19:14, Dimitri Tcaciuc wrote: > On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote: >> Dimitri Tcaciuc, 21.04.2012 21:17: >>> On a somewhat relevant node, have you considered enabling Issues page on >>> Github? >> >> It was discussed, but the drawback of having two separate bu

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread mark florisson
On 21 April 2012 20:17, Dimitri Tcaciuc wrote: > Hey everyone, > > Congratulations on shipping 0.16! I think I found a problem which > seems pretty straight forward. Say I want to factor out inner part of > some N^2 loops over a flow array, I write something like > >  cdef inline float _inner(size

Re: [Cython] `cdef inline` and typed memory views

2012-04-22 Thread Dimitri Tcaciuc
On Sat, Apr 21, 2012 at 2:48 PM, Stefan Behnel wrote: > Dimitri Tcaciuc, 21.04.2012 21:17: >> On a somewhat relevant node, have you considered enabling Issues page on >> Github? > > It was discussed, but the drawback of having two separate bug trackers is > non-negligible. Ok. I was wondering si

Re: [Cython] `cdef inline` and typed memory views

2012-04-21 Thread Stefan Behnel
Dimitri Tcaciuc, 21.04.2012 21:17: > On a somewhat relevant node, have you considered enabling Issues page on > Github? It was discussed, but the drawback of having two separate bug trackers is non-negligible. Stefan ___ cython-devel mailing list cytho