We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddcbed6 + 8164fd1 commit 430ee31Copy full SHA for 430ee31
param.h
@@ -2620,7 +2620,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2620
/*FIXME: this should be using the cache size, but there is currently no easy way to
2621
query that on ARM. So if getarch counted more than 8 cores we simply assume the host
2622
is a big desktop or server with abundant cache rather than a phone or embedded device */
2623
-#if NUM_CORES > 8
+#if NUM_CORES > 8 || defined(TSV110) || defined(EMAG8180)
2624
#define SGEMM_DEFAULT_P 512
2625
#define DGEMM_DEFAULT_P 256
2626
#define CGEMM_DEFAULT_P 256
0 commit comments