README.svn-base 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. This directory contains sources for two regular variations of
  2. the stencil code:
  3. 1. RCCE_stencil.c uses the "gory" interface and (partly) unsynchronized
  4. communications. Build it with:
  5. make API=gory stencil
  6. 2. RCCE_stencil_synch.c uses the basic interface and fully synchronized
  7. communications. Build it with:
  8. make stencil_synch
  9. In addition, the stencil code was modified to exercise the fine grain
  10. power management features of RCCE/SCC.
  11. 3. RCCE_Fdiv.c sets the tile clock frequency divider to a value
  12. supplied by the user on the command line.
  13. 4. RCCE_FV.c sets the tile clock frequency divider to a value
  14. supplied by the user on the command line, and also sets the voltage
  15. to a value that matches the tile clock divider.
  16. 5. RCCE_power_reset.c sets the tile clock and voltage to their default
  17. values.
  18. 6. RCCE_pstencil.c gives an example of an application (stencil) with
  19. power management calls inserted.
  20. #
  21. # Copyright 2010 Intel Corporation
  22. #
  23. # Licensed under the Apache License, Version 2.0 (the "License");
  24. # you may not use this file except in compliance with the License.
  25. # You may obtain a copy of the License at
  26. #
  27. # http://www.apache.org/licenses/LICENSE-2.0
  28. #
  29. # Unless required by applicable law or agreed to in writing, software
  30. # distributed under the License is distributed on an "AS IS" BASIS,
  31. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  32. # See the License for the specific language governing permissions and
  33. # limitations under the License.
  34. #