Tom Lin

Results 49 comments of Tom Lin

Sorry for late reply, I'm was having exams. I'm aware of this issue , there has been an ongoing discussion about exactly this in #15. I'm in the middle of...

Acknowledged, working on a fix. If I remember correctly, this should be as trivial as moving a bock of code.

You can try the snapshot with: ``` repositories { //... maven { url "https://jitpack.io" } } dependencies { compile 'com.github.tom91136.akatsuki:akatsuki-api:4c7eeb459a' apt 'com.github.tom91136.akatsuki:akatsuki-compiler:4c7eeb459a' } ``` The first sync will take about...

Good catch. I'm currently working a full rewrite of the library, so I'll make note of this and remember to have this bug fixed. You can probably see that code...

Right now I'm doing some evaluation on how to handle "state" bundles and "arg" bundles. I figured that putting a Bundle in a bundle with a special key seems to...

That was what I was hoping, I imagine there will be security concerns if it was mutable. But, check the documentation for [`setIntent()`],(http://developer.android.com/reference/android/app/Activity.html#setIntent(android.content.Intent)), it says it's copied(maybe, the docs are...

I would say the scope is identical :). Looks like a good library, but unit tests are missing. I hope the author finds time to add some unit tests as...

Confirmed. I'm currently doing a full rewrite of the library since it's getting very messy, see #17 for background. I'll make sure to add specific test cases for this in...

This has to be implemented in the generated code(a.k.a compile time) otherwise an annotation query has to be done to distinguish which annotation type is actually being used. Android seems...

For reference, the 40G A100 is showing: ``` BabelStream Version: 4.0 Implementation: CUDA Running kernels 100 times Precision: double Array size: 4295.0 MB (=4.3 GB) Total size: 12884.9 MB (=12.9...