Hari Hara Naveen S

Results 67 comments of Hari Hara Naveen S

@am-a-man I believe this issue occurs because the browser considers this request as complex and requires a pre-flight request, the browser sends this pre-flight request with method set to OPTIONS...

Is there anyway I can contribute to the documentation ?

I am interested in working on this project. I have seen that in the previous PRs we have added openMP pragmas for vectorization and parallelisation of a loop. Can someone...

par_unseq implementation for algorithms, checking for all (work under progress) * [x] `adjacent_difference` * [ ] `inner_product` does it support any execution policy, could not find doc. Do we Implement...

Removing (LDOPTS) doesn't seems to cause any errors on my local machine (linux) where (LDTOPS) expands to > -lzstd -fsanitize=thread -lm -lpthread as you have mentioned @OlivierNicole But in runner...

`-fsanitize=thread` seems to be required both at compile time (generating `*.o` files) and link time as shown [here](https://clang.llvm.org/docs/ThreadSanitizer.html#usage) and [here](https://clang.llvm.org/docs/AddressSanitizer.html#usage) (for asan). I believe the error message is printed by...

Hi, I am interested on working on this enhancement. Can you suggest any resources I can read upon to better help with this issue?

Thank you @hkaiser . I have gone through the talks you have suggested and also through the commit you have made to the c++_20_modules branch. Apart from the changes made...

sure, I will try going through HPX_AddModule.cmake > The other thing I would like to achieve is that HPX should be usable without C++ modules for older compilers or by...

I have gone through HPX_AddModule.cmake, the add_hpx_module function seems to be the one which generates the files included by or at least sets necessary contents of the files in various...