|
@@ -75,6 +75,7 @@ chapters = \
|
|
chapters/415_fault_tolerance.doxy \
|
|
chapters/415_fault_tolerance.doxy \
|
|
chapters/420_fft_support.doxy \
|
|
chapters/420_fft_support.doxy \
|
|
chapters/430_mic_support.doxy \
|
|
chapters/430_mic_support.doxy \
|
|
|
|
+ chapters/440_fpga_support.doxy \
|
|
chapters/450_native_fortran_support.doxy \
|
|
chapters/450_native_fortran_support.doxy \
|
|
chapters/460_socl_opencl_extensions.doxy \
|
|
chapters/460_socl_opencl_extensions.doxy \
|
|
chapters/470_simgrid.doxy \
|
|
chapters/470_simgrid.doxy \
|
|
@@ -103,6 +104,7 @@ chapters = \
|
|
chapters/api/mpi.doxy \
|
|
chapters/api/mpi.doxy \
|
|
chapters/api/opencl_extensions.doxy \
|
|
chapters/api/opencl_extensions.doxy \
|
|
chapters/api/openmp_runtime_support.doxy \
|
|
chapters/api/openmp_runtime_support.doxy \
|
|
|
|
+ chapters/api/fpga_extensions.doxy \
|
|
chapters/api/mic_extensions.doxy \
|
|
chapters/api/mic_extensions.doxy \
|
|
chapters/api/scheduling_contexts.doxy \
|
|
chapters/api/scheduling_contexts.doxy \
|
|
chapters/api/scheduling_policy.doxy \
|
|
chapters/api/scheduling_policy.doxy \
|
|
@@ -211,6 +213,7 @@ dox_inputs = $(DOX_CONFIG) \
|
|
$(top_srcdir)/include/starpu_fxt.h \
|
|
$(top_srcdir)/include/starpu_fxt.h \
|
|
$(top_srcdir)/include/starpu_hash.h \
|
|
$(top_srcdir)/include/starpu_hash.h \
|
|
$(top_srcdir)/include/starpu_mic.h \
|
|
$(top_srcdir)/include/starpu_mic.h \
|
|
|
|
+ $(top_srcdir)/include/starpu_fpga.h \
|
|
$(top_srcdir)/include/starpu_mod.f90 \
|
|
$(top_srcdir)/include/starpu_mod.f90 \
|
|
$(top_srcdir)/include/starpu_opencl.h \
|
|
$(top_srcdir)/include/starpu_opencl.h \
|
|
$(top_srcdir)/include/starpu_openmp.h \
|
|
$(top_srcdir)/include/starpu_openmp.h \
|