Aaron Siddhartha Mondal

Results 159 comments of Aaron Siddhartha Mondal

I think it would be really nice to use C++20 as the current implementation standard for Carbon itself (not talking about interop, but the Carbon repo itself). IMO it just...

On second thought, scratch that. This would only be viable if everyone used the same compiler. Different users will use different host toolchains. The implementation of C++20 features is currently...

For reference, the current build has around 600 targets. While this repo technically could use the Bazel Clang targets to distribute a hermetic toolchain, the number of targets would spike...

@fodinabor Thanks a lot for the pointers! I went over our build configurations was able to get it *almost* working. I am now fairly certain that this is an issue...

@fodinabor Ok I finally got around to playing around with this again. I'm still not very familiar with plugins, but I think I was able to get a better understanding...

Edit: The patch in my first answer actually makes the first line pass. I think adding the missing passes is the way to fix this. I'll look into how to...

@illuhad Thanks a lot for the feedback! > Most hipSYCL users arguably are not planning to live on head. The most common hipSYCL use case is to just build it...

@illuhad OK I would be able to maintain upstream compatibility. Here would be my plan for integrating a pipelinerun that tests HEAD in hipSYCL: 1. I will create a fork...

Potentially related is that > Information query descriptors have been changed to structures under namespaces named accordingly. param_traits has been removed and the return type of an information query is...