Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
33
Issues
33
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
aml
Commits
3a938be3
Commit
3a938be3
authored
Sep 05, 2019
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] make dgemm buildable
Still needs to point (fullpath) to the microkernel.
parent
10e8396f
Pipeline
#8425
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/Makefile.am
tests/Makefile.am
+4
-1
No files found.
tests/Makefile.am
View file @
3a938be3
...
@@ -37,7 +37,10 @@ UNIT_TESTS = $(UTILS_TESTS) \
...
@@ -37,7 +37,10 @@ UNIT_TESTS = $(UTILS_TESTS) \
$(AREA_TESTS)
\
$(AREA_TESTS)
\
$(DMA_LINUX_TESTS)
$(DMA_LINUX_TESTS)
OTHERS
=
dgemm_tiling_noprefetch
dgemm_tiling_noprefetch_LDADD
=
larp_1860_2352_1908.o
# all tests
# all tests
TST_PROGS
=
$(UNIT_TESTS)
dgemm_tiling_noprefetch
TST_PROGS
=
$(UNIT_TESTS)
$(OTHERS)
check_PROGRAMS
=
$(TST_PROGS)
check_PROGRAMS
=
$(TST_PROGS)
TESTS
=
$(TST_PROGS)
TESTS
=
$(TST_PROGS)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment