Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InfiniTensor/RefactorGraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fad85aa6fec32d9095a62a85743f03f934d05c05
Choose a base ref
..
head repository: InfiniTensor/RefactorGraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f2ad5d14a8c7699a27874f2fda5898bb0551bc1
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +0 −1 src/02hardware/src/devices/mlu/device.cc
  2. +1 −2 src/02hardware/src/devices/nvidia/device.cc
1 change: 0 additions & 1 deletion src/02hardware/src/devices/mlu/device.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "functions.hh"
#include "hardware/devices/mlu.h"
#include "hardware/mem_pool.h"

3 changes: 1 addition & 2 deletions src/02hardware/src/devices/nvidia/device.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "functions.cuh"
#include "hardware/devices/nvidia.h"
#include "hardware/devices/nvidia.h"
#include "hardware/mem_pool.h"

#ifdef USE_CUDA