-
Notifications
You must be signed in to change notification settings - Fork 449
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
GPU is not used on Jetson TX2 #5
Comments
Here is what
[1] |
The most likely cause is that the GPU detection in Could you do a A second potential cause is not having permission to access the GPU devices, which I've seen happen in older versions of L4T if not using the default user. This is probably not it in your case since the samples work and you're using the default |
I get no warnings now. Thanks! |
* Register local / global hint in Calcite * Support g_ prefix for global query hint name * Translate global hint in analyzer * Add tests * Apply comments #1: global hint registration * Apply comments #2: global hint flag identification * Apply comments #3: global hint translation * Apply comments #4: remove unnecessary virtual keyword * Fixup a bug on allow_gpu_hashtable build hint for overlaps join * Fixup a bug related to a query having multiple identical subqueries * Add global hint tests related to overlaps join hashtable * Apply comments #5: misc cleanup
* Add buffer holders for GPU execution * Rename structures used to codegen * Introduce WindowFunctionCtx namespace * Add preparation for GPU execution in window ctx * Cleanup & improve WindowFunctionContext::compute() * Improve a logic to build aggregate tree w/ supporting reusing * Improve segment tree constructor * Rebase * Address comments #1 * Address comments #2: refactor bool param functions * Address comments #3 * Address comments #4: tbb * Address comments #5 * Address comments #6 * Fixup test failures Signed-off-by: Misiu Godfrey <misiu.godfrey@kraken.mapd.com>
My machine has 8GB of RAM and CUDA 8 on Ubuntu 16.04 and I've set the following env vars:
When running mapd the following error appears in the console:
Note: The web based query editor / chart generator is amazing. Here is a screenshot with
uname -a
and the warning I see:The text was updated successfully, but these errors were encountered: