CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 02:47:54 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/opencv/opencv.git
etag: W/"af8374c9f1aea08d1757262fa0188aa0"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=DCFzIIgU0U64MfxwCXhtaGng4GEZZEd2stM2UaAMtGrajI376V%2FoGpvdDfnpiSQ1rmeCl1sN1B3x0KiXcJ2E4eThJYHl28XOH6f0PsG2v%2FPMgFi9d3ip8%2FnFK7xuseEy%2BlObNtL0IxAbak8nHwwlQtIL2V5yxhus1EHZKXTvmLJrOe%2F2VUHy5ana037qgztBMXjKysmR4k1qZh42yII2aupIzN7t1L7gowN%2FuULYyBmEQ2xwJytn9r42WptEqL8ymptSoD4gCc9tl4cmUu%2BZ3g%3D%3D--XPQhlnOqhhluQACs--7%2FygUP0XdMR%2FdDZ93OdMiQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1812112.1753238874; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:47:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 02:47:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D540:20AC8F:283554:39132E:68804D5A
Merge pull request #24804 from fengyuentau:fix_lapack_warnings · opencv/opencv@49f80cb · GitHub
Copy file name to clipboardExpand all lines: cmake/OpenCVFindLAPACK.cmake
Copy file name to clipboardExpand all lines: modules/core/src/hal_internal.cpp
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Commit 49f80cb
authored
Merge pull request #24804 from fengyuentau:fix_lapack_warnings
core: try to solve warnings caused by Apple's new LAPACK interface #24804
Resolves #24660
Apple's BLAS documentation: https://developer.apple.com/documentation/accelerate/blas?language=objc
New interface since macOS >= 13.3, iOS >= 16.4.
Todo:
- [x] Detect macOS version.
- [x] ~Detect iOS versions (major and minor version).~ No calling of Accelerate New LAPACK on iOS.
- [x] Solve calling `cblas_cgemm` and `cblas_zgemm`.
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake1 parent e525401 commit 49f80cbCopy full SHA for 49f80cb
File tree
Expand file treeCollapse file tree
2 files changed
+122
-36
lines changedFilter options
- cmake
- modules/core/src
Expand file treeCollapse file tree
2 files changed
+122
-36
lines changedcmake/OpenCVFindLAPACK.cmake
Copy file name to clipboardExpand all lines: cmake/OpenCVFindLAPACK.cmake+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
109 | 123 |
| |
110 | 124 |
| |
111 | 125 |
| |
112 | 126 |
| |
113 | 127 |
| |
| 128 | + | |
114 | 129 |
| |
115 | 130 |
| |
116 | 131 |
| |
|
modules/core/src/hal_internal.cpp
Copy file name to clipboardExpand all lines: modules/core/src/hal_internal.cpp+107-36Lines changed: 107 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
116 | 126 |
| |
117 | 127 |
| |
118 | 128 |
| |
| |||
121 | 131 |
| |
122 | 132 |
| |
123 | 133 |
| |
124 |
| - | |
| 134 | + | |
125 | 135 |
| |
126 |
| - | |
| 136 | + | |
127 | 137 |
| |
128 | 138 |
| |
129 | 139 |
| |
| |||
133 | 143 |
| |
134 | 144 |
| |
135 | 145 |
| |
136 |
| - | |
| 146 | + | |
137 | 147 |
| |
138 |
| - | |
| 148 | + | |
139 | 149 |
| |
140 | 150 |
| |
141 | 151 |
| |
| |||
144 | 154 |
| |
145 | 155 |
| |
146 | 156 |
| |
147 |
| - | |
| 157 | + | |
148 | 158 |
| |
149 |
| - | |
| 159 | + | |
150 | 160 |
| |
151 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
152 | 167 |
| |
153 | 168 |
| |
154 | 169 |
| |
| |||
158 | 173 |
| |
159 | 174 |
| |
160 | 175 |
| |
161 |
| - | |
162 | 176 |
| |
163 | 177 |
| |
164 | 178 |
| |
165 | 179 |
| |
166 | 180 |
| |
167 | 181 |
| |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
168 | 188 |
| |
169 | 189 |
| |
| 190 | + | |
170 | 191 |
| |
171 | 192 |
| |
172 | 193 |
| |
173 | 194 |
| |
174 | 195 |
| |
175 | 196 |
| |
176 | 197 |
| |
177 |
| - | |
| 198 | + | |
178 | 199 |
| |
179 |
| - | |
| 200 | + | |
180 | 201 |
| |
181 | 202 |
| |
182 | 203 |
| |
| |||
185 | 206 |
| |
186 | 207 |
| |
187 | 208 |
| |
188 |
| - | |
| 209 | + | |
189 | 210 |
| |
190 |
| - | |
| 211 | + | |
191 | 212 |
| |
192 | 213 |
| |
193 | 214 |
| |
| |||
196 | 217 |
| |
197 | 218 |
| |
198 | 219 |
| |
199 |
| - | |
| 220 | + | |
200 | 221 |
| |
201 |
| - | |
| 222 | + | |
202 | 223 |
| |
203 | 224 |
| |
204 | 225 |
| |
| |||
210 | 231 |
| |
211 | 232 |
| |
212 | 233 |
| |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
213 | 245 |
| |
214 | 246 |
| |
215 | 247 |
| |
216 | 248 |
| |
217 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
218 | 252 |
| |
219 | 253 |
| |
220 | 254 |
| |
| |||
238 | 272 |
| |
239 | 273 |
| |
240 | 274 |
| |
241 |
| - | |
| 275 | + | |
242 | 276 |
| |
243 |
| - | |
| 277 | + | |
244 | 278 |
| |
245 | 279 |
| |
246 | 280 |
| |
| |||
251 | 285 |
| |
252 | 286 |
| |
253 | 287 |
| |
254 |
| - | |
| 288 | + | |
255 | 289 |
| |
256 |
| - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
257 | 295 |
| |
258 | 296 |
| |
259 | 297 |
| |
| |||
276 | 314 |
| |
277 | 315 |
| |
278 | 316 |
| |
279 |
| - | |
280 | 317 |
| |
281 | 318 |
| |
282 | 319 |
| |
283 | 320 |
| |
284 | 321 |
| |
285 | 322 |
| |
286 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
287 | 333 |
| |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
288 | 338 |
| |
289 | 339 |
| |
290 | 340 |
| |
291 | 341 |
| |
292 | 342 |
| |
293 | 343 |
| |
294 |
| - | |
| 344 | + | |
295 | 345 |
| |
296 | 346 |
| |
297 | 347 |
| |
| |||
306 | 356 |
| |
307 | 357 |
| |
308 | 358 |
| |
309 |
| - | |
310 | 359 |
| |
311 | 360 |
| |
312 | 361 |
| |
313 | 362 |
| |
314 | 363 |
| |
315 | 364 |
| |
316 | 365 |
| |
317 |
| - | |
| 366 | + | |
318 | 367 |
| |
319 |
| - | |
| 368 | + | |
320 | 369 |
| |
321 | 370 |
| |
322 | 371 |
| |
323 | 372 |
| |
324 | 373 |
| |
325 | 374 |
| |
326 |
| - | |
| 375 | + | |
327 | 376 |
| |
328 |
| - | |
| 377 | + | |
329 | 378 |
| |
330 | 379 |
| |
331 | 380 |
| |
| |||
335 | 384 |
| |
336 | 385 |
| |
337 | 386 |
| |
338 |
| - | |
| 387 | + | |
339 | 388 |
| |
340 |
| - | |
| 389 | + | |
341 | 390 |
| |
342 | 391 |
| |
343 | 392 |
| |
344 | 393 |
| |
345 | 394 |
| |
346 | 395 |
| |
347 |
| - | |
| 396 | + | |
348 | 397 |
| |
349 |
| - | |
| 398 | + | |
350 | 399 |
| |
351 | 400 |
| |
352 | 401 |
| |
353 | 402 |
| |
354 | 403 |
| |
355 | 404 |
| |
356 | 405 |
| |
357 |
| - | |
| 406 | + | |
358 | 407 |
| |
359 |
| - | |
| 408 | + | |
360 | 409 |
| |
361 | 410 |
| |
362 | 411 |
| |
363 | 412 |
| |
364 | 413 |
| |
365 | 414 |
| |
366 |
| - | |
| 415 | + | |
367 | 416 |
| |
368 |
| - | |
| 417 | + | |
369 | 418 |
| |
370 | 419 |
| |
371 | 420 |
| |
| |||
374 | 423 |
| |
375 | 424 |
| |
376 | 425 |
| |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
377 | 430 |
| |
378 | 431 |
| |
379 | 432 |
| |
| |||
458 | 511 |
| |
459 | 512 |
| |
460 | 513 |
| |
461 |
| - | |
462 | 514 |
| |
463 | 515 |
| |
464 | 516 |
| |
| |||
529 | 581 |
| |
530 | 582 |
| |
531 | 583 |
| |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
532 | 602 |
| |
533 | 603 |
| |
534 | 604 |
| |
535 | 605 |
| |
| 606 | + | |
536 | 607 |
| |
537 | 608 |
| |
538 | 609 |
| |
|
You can’t perform that action at this time.
0 commit comments