FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/morph.cpp - AMD-Ecosystem/arrayfire · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AMD-Ecosystem
/
arrayfire
Public
forked from
arrayfire/arrayfire
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayfire
test
morph.cpp
on
master
User selector
Datepicker
Commit history
Commits on Mar 11, 2025
signed 8-bit integer support
verstatx
authored and
syurkevi
committed
cdbbc75
View commit details
Copy full SHA for cdbbc75
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
3539 build oneapi version 2024 incompatible for mkl (#3573)
Show description for b1e85d3
christophe-murphy
and
edwinsolisf
authored
b1e85d3
View commit details
Copy full SHA for b1e85d3
View code at this point
Browse repository at this point
Commits on Mar 28, 2023
Use SKIP_TEST rather than returning for disabled feature checks
umar456
committed
13cbcf1
View commit details
Copy full SHA for 13cbcf1
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Update clang-format version on github workflow
umar456
committed
e401fce
View commit details
Copy full SHA for e401fce
View code at this point
Browse repository at this point
Update deprecated macro from GTest. Add workaround for older versions
umar456
committed
83edd09
View commit details
Copy full SHA for 83edd09
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
Create ASSERT_IMAGE_NEAR which compares two images for equality
Show description for 1b95366
umar456
authored and
9prady9
committed
1b95366
View commit details
Copy full SHA for 1b95366
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Remove kernel size limit for b8 inputs of erode/dilate
Show description for 647cf39
9prady9
authored and
umar456
committed
647cf39
View commit details
Copy full SHA for 647cf39
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Use SUPPORTED_TYPE_CHECK macro to test for supported type
Show description for 9763d2f
umar456
committed
9763d2f
View commit details
Copy full SHA for 9763d2f
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
Update all source files based on clang-format rules
umar456
authored and
9prady9
committed
7128623
View commit details
Copy full SHA for 7128623
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Using the new ASSERT*_ARRAY_EQ macros for tests
Show description for ca61e34
Mark Poscablo
authored and
9prady9
committed
ca61e34
View commit details
Copy full SHA for ca61e34
View code at this point
Browse repository at this point
Commits on Jun 19, 2018
Cleanup tests. Fix warnings when running with asan. (#2199)
Show description for 7c6fa42
mlloreda
authored and
umar456
committed
7c6fa42
View commit details
Copy full SHA for 7c6fa42
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Address address sanitizer warnings/errors in tests
umar456
authored and
9prady9
committed
127a5a4
View commit details
Copy full SHA for 127a5a4
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
Improve morph object file build times in CUDA/OpenCL
Show description for fc18d44
9prady9
committed
fc18d44
View commit details
Copy full SHA for fc18d44
View code at this point
Browse repository at this point
Fix morphology fns to handle even size kernels
Show description for dd81051
9prady9
committed
dd81051
View commit details
Copy full SHA for dd81051
View code at this point
Browse repository at this point
Support for <backend>_NOT_SUPPORTED macros to accept messages
Show description for 2f7a1d7
9prady9
committed
2f7a1d7
View commit details
Copy full SHA for 2f7a1d7
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
Replace new/deleta with std::vector in image processing tests
Show description for 48482d4
9prady9
committed
48482d4
View commit details
Copy full SHA for 48482d4
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
fix init values for morphological ops in cuda/opencl along edges
9prady9
committed
ff38da2
View commit details
Copy full SHA for ff38da2
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
Fix clang warnings (std::abs, pragma ignores)
Show description for c2d7e42
shehzan10
committed
c2d7e42
View commit details
Copy full SHA for c2d7e42
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
Added noImageIOTests() to relevant tests
shehzan10
committed
5bd550f
View commit details
Copy full SHA for 5bd550f
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
Added short (s16) and ushort (u16) types for CPU
Show description for ebfe9e5
shehzan10
committed
ebfe9e5
View commit details
Copy full SHA for ebfe9e5
View code at this point
Browse repository at this point
Commits on May 28, 2015
Replace deprecated calls with new APIs
shehzan10
committed
5227570
View commit details
Copy full SHA for 5227570
View code at this point
Browse repository at this point
Merge pull request #718 from umar456/api_update
Show description for ad28b3d
pavanky
committed
ad28b3d
View commit details
Copy full SHA for ad28b3d
View code at this point
Browse repository at this point
BUGFIX/TEST: morph fixed for GFOR in CPU backend.
Show description for 4b4ee5b
pavanky
committed
4b4ee5b
View commit details
Copy full SHA for 4b4ee5b
View code at this point
Browse repository at this point
Commits on May 27, 2015
API: fftconvolve, meanshift, colorspace, erode/dilate
Show description for 2aa9d74
umar456
committed
2aa9d74
View commit details
Copy full SHA for 2aa9d74
View code at this point
Browse repository at this point
Commits on May 25, 2015
API: rename af_weak_copy/af_destroy_array to af_retain/af_release
Show description for ba75031
umar456
committed
ba75031
View commit details
Copy full SHA for ba75031
View code at this point
Browse repository at this point
Commits on May 19, 2015
STYLE: Changing dim_type to dim_t
Show description for b685fa6
pavanky
committed
b685fa6
View commit details
Copy full SHA for b685fa6
View code at this point
Browse repository at this point
Commits on Mar 19, 2015
Added 4th dimension batch for erode,dilate
9prady9
committed
7d0edb4
View commit details
Copy full SHA for 7d0edb4
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Remove additional c++11 features from test
umar456
committed
9725a7e
View commit details
Copy full SHA for 9725a7e
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Make tests C++03 complient.
Show description for cc07a2c
umar456
committed
cc07a2c
View commit details
Copy full SHA for cc07a2c
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Adding noDoubleTests condition to all tests
shehzan10
committed
4b5a66e
View commit details
Copy full SHA for 4b5a66e
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
added compatibility APIs
9prady9
committed
62e61c3
View commit details
Copy full SHA for 62e61c3
View code at this point
Browse repository at this point
Commits on Nov 3, 2014
Moving constant, randu and randn into af/data.h
Show description for 32583c1
pavanky
committed
32583c1
View commit details
Copy full SHA for 32583c1
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Merge pull request #25 from arrayfire/cpp_tests
Show description for df77e75
pavanky
committed
df77e75
View commit details
Copy full SHA for df77e75
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Adding the license info for all source files in ArrayFire
melonakos
authored and
pavanky
committed
f3bf849
View commit details
Copy full SHA for f3bf849
View code at this point
Browse repository at this point
additional unit tests for cpp wrapper
Show description for 88be5f3
9prady9
committed
88be5f3
View commit details
Copy full SHA for 88be5f3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL