Brian Budge

Results 25 comments of Brian Budge

Sure. Currently I'm using Buck, BTW, not Bazel, so concepts are close but not 1:1. I have an offline process using a simple Makefile to build PTX output. via nvcc...

Is that something you'd consider adding, either as a separate rule or as some kind of setting for an existing rule? Agreed, it would be ideal to be also able...

Sounds great. Thanks for considering it.

Thanks very much for the report. The timed_task move issue is fixed in mainline. The other two issues may depend on platform and toolchain. Are these only PPC, ARM, MIPS...

Wonderful. We currently do the vast majority of our work on 64-bit, and even with 32-bit, internal to the company we are not using CMake. Any way you can help...

Thanks very much @barracuda156 . Sorry about the long time lag on response here; January is a tough month for quick responses. I'm attempting to get a cross-compile setup going...

Okay, interesting . I just managed to successfully build and link libdispenso.so with x-compile arm32 on Linux. Now I'm able to repro the missing libatomic stuff. I've looked at various...

Thanks for the reminder. I'll see if I can use one of those as a basis for a fix over the next couple days Get Outlook for Android ________________________________ From:...

[dispenso_atomic.PATCH](https://github.com/facebookincubator/dispenso/files/14145171/dispenso_atomic.PATCH) @barracuda156 I managed to get a reasonable/small fix for this to work on ARM32 x-compile env. Can you please test the patch on your env and make sure it...

Thanks @barracuda156 for reporting the issues, for the commit, and for testing my patch. I think there was one more issue you reported, related to compiler warning-as-error in moodycamel lib....