FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/fast.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
fast.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 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 2, 2018
Fix several memory related issues in unit tests.
Show description for f1f71b3
umar456
authored and
9prady9
committed
f1f71b3
View commit details
Copy full SHA for f1f71b3
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Changes required to build tests in a single file
pavanky
committed
41bad15
View commit details
Copy full SHA for 41bad15
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 and ushort support for CUDA backend
shehzan10
committed
50582e1
View commit details
Copy full SHA for 50582e1
View code at this point
Browse repository at this point
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 Jul 2, 2015
Fixed FAST unit tests
Peter Andreas Entschev
committed
2b6712b
View commit details
Copy full SHA for 2b6712b
View code at this point
Browse repository at this point
Commits on May 27, 2015
Moving af_features to be an internal structure
Show description for 49c08ae
pavanky
committed
49c08ae
View commit details
Copy full SHA for 49c08ae
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 May 5, 2015
Moved conv_image() to testHelpers.hpp
Peter Andreas Entschev
committed
acac0d6
View commit details
Copy full SHA for acac0d6
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 Mar 4, 2015
Added argument to define length of edge discard in FAST.
Peter Andreas Entschev
committed
80bd3ef
View commit details
Copy full SHA for 80bd3ef
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Added missing memory deletions on FAST unit test.
Peter Andreas Entschev
committed
7055849
View commit details
Copy full SHA for 7055849
View code at this point
Browse repository at this point
Commits on Dec 13, 2014
Fixed potential memory leaks. Each array allocated with new [n] must be deallocated using delete [].
orbitcowboy
authored and
shehzan10
committed
10ca18a
View commit details
Copy full SHA for 10ca18a
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 Dec 2, 2014
FAST will return (af_)features instead of (af_)features *
Peter Andreas Entschev
committed
41d0af8
View commit details
Copy full SHA for 41d0af8
View code at this point
Browse repository at this point
Fixed data filename on FAST unit test.
Peter Andreas Entschev
committed
0145c93
View commit details
Copy full SHA for 0145c93
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
Added FAST unit tests.
Peter Andreas Entschev
committed
309f45f
View commit details
Copy full SHA for 309f45f
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL