mhostetter

Results 192 comments of mhostetter

@varun19299 thanks for opening this issue. I'm working on a PR now to hopefully simply, clarify, and restructure the class hierarchy some. But until that is done and sensible, we...

@varun19299 Do you have any more questions regarding the project structure? Or rather, from your perspective as a new developer to this library, what would be helpful in making the...

@varun19299 Good questions. > A brief explanation (or redirect if need be) on the numpy method overriding done here. This would be required, for instance, to extend Galois to CuPy...

To-dos to improve description of the project structure for new users. Probably should add sections to the [development](https://galois.readthedocs.io/en/v0.0.20/development.html) page. - [ ] Add a basic description outline of the repository...

@peter64 thanks for the feedback. I'm not too surprised that `matmul` isn't the fastest currently. Some clarifying questions: - What kind of finite field? `GF(2^m)` or `GF(p^m)`? The latter is...

@peter64 thanks for the example. Yes, that is slower than I would expect (which is ~10x slower than NumPy). Let me run some speed tests later today and maybe test...

@peter64 can you confirm which version you're using?

@varun19299 and @peter64, I now have a GPU to test against. I'm considering starting work on GPU support. Do you have any updated thoughts on a desired API interface regarding...

No update as of yet. It's going to be a big change, and just one I haven't embarked on yet. Perhaps soon. Just curious, @geostergiop, what are you looking to...

@alphafox02 I'm sorry I missed this comment before. I believe Python 3 and GNU Radio 3.8 are supported. The `master` branch now mirrors the `maint-3.8` branch. Clone either and I...