Mentions légales du service

Skip to content

Cleanup - Lapack to tile

Keep going on with the cleanup of the flush and getoncpu.

I start by the basic function of lapack to tile and tile to lapack. The idea is to remove all workspaces from pz*.c files if possible.

In this MR:

  • Remove the asynchronous interface to change the data format. People cans till do it by copy/paste the synchronous one in their own code and using the asynchronous version of zlacpy.
  • Remove the pztile.c file
    • Data format converion uses zlacpy
    • ztile_to_zero is a zlaset so no need for duplicated code
Edited by Mathieu Faverge

Merge request reports