Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies #1

Open
Davinci2018 opened this issue Jun 22, 2020 · 2 comments
Open

Missing dependencies #1

Davinci2018 opened this issue Jun 22, 2020 · 2 comments

Comments

@Davinci2018
Copy link

I am trying to compile this project. It seems the following two dependencies cannot be downloaded. Could you please re-upload these files? Thanks!

        "eigen"      : "eigen:eigen:${eigen}@zip",
        "opencl"     : "csarron:OpenCLHeaders:${opencl}@zip",
@csarron
Copy link
Owner

csarron commented Jun 24, 2020

I couldn't find the dependency files, but you may find https://gitlab.com/libeigen/eigen/-/archive/3.3.3/eigen-3.3.3.zip and https://github.com/KhronosGroup/OpenCL-Headers useful. Sorry about the inconvenience.

@Davinci2018
Copy link
Author

Thanks for the reply. I am able to compile and run the code.

I find, in your renderscript, you actually didn't use the RS_KERNEL scripts. I modified your .rs file and used rsForEach function to run the RS_KERNEL scripts, but it is significant slower than what you have implemented. I think you have already tried similar method, but do you know why using RS_KERNEL is much slower?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants