SWDEV-508958 - [6.4 Preview] include some used headers

Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d
Este commit está contenido en:
Jatin Chaudhary
2025-01-22 13:50:10 +00:00
cometido por Jatin Jaikishan Chaudhary
padre 08b2adef47
commit ddcdfa6b84
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
+4 -2
Ver fichero
@@ -17,8 +17,10 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include <hip/hip_runtime.h>
#include<iostream>
#include<string>
#include <iostream>
#include <string>
#include <cstring>
int main() {
hipDevice_t device;
int devCount;
+1
Ver fichero
@@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <stdbool.h>
#include <hip/hip_runtime.h>
#include "LaunchKernel.h"
#define KNRM "\x1B[0m"