Isuru Fernando
Isuru Fernando
> I followed the instruciton in https://github.com/pocl/pocl#pocl-with-cuda-driver, installed the pocl-cuda via mamba. But the clinfo still shows nothing. Do you have idea how could i utililize the pocl installed? You...
Can you try with `export POCL_DEVICES=cuda`?
Can you try setting `export POCL_CUDA_GPU_ARCH=sm_53`?
I guess the following works? ```C++ #include #include #include #define CUDA_CHECK(ans) { gpuAssert((ans), __FILE__, __LINE__); } void gpuAssert(cudaError_t code, const char *file, int line) { if (code != cudaSuccess) {...
Can you try https://github.com/pocl/pocl/issues/1206#issuecomment-1631029796 ?
Ah, you have CUDA 10.2. Can you update to CUDA 11.1+?
A SymEngine maintainer here. What modifications of SymEngine are you referring to here? Are they upstreamable?
> The "biggest" one in terms of code changes is making the type of Add::dict_ configurable, so you can use a std::map or other container that's deterministic across compilers/toolchains/stdlib implementation...
> We could try and put together a minimal example that shows this if yall are interested in digging into that? Yes, please.
@conda-forge/core, this is ready for a review