Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
General configuration for OpenCV 4.5.3 ===================================== | |
Version control: 4.5.3 | |
Extra modules: | |
Location (extra): /home/pi/build_opencv/opencv_contrib/modules | |
Version control (extra): 4.5.3 | |
Platform: | |
Timestamp: 2021-10-16T00:06:17Z | |
Host: Linux 5.10.63-v7+ armv7l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/CL/devices/cuda/pocl-cuda.c b/lib/CL/devices/cuda/pocl-cuda.c | |
index cd9e044..06a9cde 100644 | |
--- a/lib/CL/devices/cuda/pocl-cuda.c | |
+++ b/lib/CL/devices/cuda/pocl-cuda.c | |
@@ -1082,7 +1082,7 @@ pocl_cuda_submit_kernel (CUstream stream, _cl_command_node *cmd, | |
} | |
if (constantMemBytes > constant_mem_size) | |
- POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %lu allocated\n", | |
+ POCL_ABORT ("[CUDA] Total constant buffer size %u exceeds %u allocated\n", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# 2019 Michael de Gans | |
set -e | |
# change default constants here: | |
readonly PREFIX=/usr/local # install prefix, (can be ~/.local for a user install) | |
readonly DEFAULT_VERSION=4.5.3 # controls the default version (gets reset by the first argument) | |
readonly CPUS=$(nproc) # controls the number of jobs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Number of platforms 2 | |
Platform Name OpenCL for the Raspberry Pi VideoCore IV GPU | |
Platform Vendor doe300 | |
Platform Version OpenCL 1.2 VC4CL 0.4.9999 (4bf06c9) | |
Platform Profile EMBEDDED_PROFILE | |
Platform Extensions cl_khr_il_program cl_khr_spir cl_khr_c reate_command_queue cl_altera_device_temperature cl_altera_live_object_tracking cl_khr_i cd cl_khr_extended_versioning cl_khr_spirv_no_integer_wrap_decoration cl_khr_suggested_l ocal_work_size cl_vc4cl_performance_counters | |
Platform Extensions function suffix VC4CL | |
Platform Name Portable Computing Language | |
Platform Vendor |
NewerOlder